Skip to content

Commit

Permalink
geowebcache can only exist one at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Aug 8, 2024
1 parent 9647fbf commit 72b88e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/geowebcache/geowebcache-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ metadata:
app.kubernetes.io/component: {{ include "georchestra.fullname" . }}-geowebcache
spec:
replicas: {{ $webapp.replicaCount }}
strategy:
type: Recreate
selector:
matchLabels:
{{- include "georchestra.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 72b88e3

Please sign in to comment.