We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9df5f commit 55bf095Copy full SHA for 55bf095
charts/webspaced/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: webspaced
3
description: Microservice for managing containerised webspaces
4
type: application
5
-version: 0.2.5
+version: 0.2.6
6
appVersion: 0.5.0
charts/webspaced/templates/deployment.yaml renamed to charts/webspaced/templates/statefulset.yaml
@@ -1,5 +1,5 @@
1
apiVersion: apps/v1
-kind: Deployment
+kind: StatefulSet
metadata:
name: {{ include "webspaced.fullname" . }}
labels:
@@ -9,8 +9,6 @@ spec:
9
selector:
10
matchLabels:
11
{{- include "webspaced.selectorLabels" . | nindent 6 }}
12
- strategy:
13
- type: Recreate
14
template:
15
16
{{- with .Values.podAnnotations }}
0 commit comments