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/managed-by: orion
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 1
|
||||
maxUnavailable: 0
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: pelican
|
||||
@@ -65,7 +62,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: pelican-panel-app
|
||||
key: APP_KEY
|
||||
key: SESSION_SECURE
|
||||
- name: OAUTH_CLIENT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user