fix: replicas 1 + Recreate strategy (RWO PVCs), fix SESSION_SECURE key
This commit is contained in:
@@ -8,12 +8,9 @@ metadata:
|
|||||||
app.kubernetes.io/component: panel
|
app.kubernetes.io/component: panel
|
||||||
app.kubernetes.io/managed-by: orion
|
app.kubernetes.io/managed-by: orion
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: Recreate
|
||||||
rollingUpdate:
|
|
||||||
maxSurge: 1
|
|
||||||
maxUnavailable: 0
|
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: pelican
|
app.kubernetes.io/name: pelican
|
||||||
@@ -65,7 +62,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: pelican-panel-app
|
name: pelican-panel-app
|
||||||
key: APP_KEY
|
key: SESSION_SECURE
|
||||||
- name: OAUTH_CLIENT_SECRET
|
- name: OAUTH_CLIENT_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user