Skip to content

Commit

Permalink
Update cluster Deployments to Recreate strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
amrc-benmorrow committed Mar 19, 2024
1 parent 3fed47e commit ab389ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edge-cluster/templates/edge-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
component: edge-monitor
Expand Down
2 changes: 2 additions & 0 deletions edge-cluster/templates/edge-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
component: edge-sync
Expand Down
2 changes: 2 additions & 0 deletions edge-cluster/templates/krb-keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ metadata:
component: krb-keys
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
component: krb-keys
Expand Down

0 comments on commit ab389ec

Please sign in to comment.