Skip to content

Commit

Permalink
Merge branch 'master' into clef-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot authored Oct 7, 2020
2 parents 080d6c0 + 96e4362 commit a928a7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/bee/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
{{- include "bee.labels" . | nindent 4 }}
spec:
serviceName: {{ include "bee.fullname" . }}-headless
podManagementPolicy: {{ .Values.podManagementPolicy }}
replicas: {{ .Values.replicaCount }}
updateStrategy:
{{- toYaml .Values.updateStrategy | nindent 4 }}
Expand Down
5 changes: 5 additions & 0 deletions charts/bee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ serviceAccount:
## if not set and create is true, a name is generated using the fullname template
name:

## StatefulSet's ordering guarantees: OrderedReady or Parallel
## OrderedReady - launches or terminates all pods in ordered way
## Parallel - launches or terminates all pods in parallel
podManagementPolicy: OrderedReady

## Bee process inside container is run with gid/uid 999
## fsGroup=999 enables mounting external volumes with appropriate permissions
podSecurityContext:
Expand Down

0 comments on commit a928a7a

Please sign in to comment.