update
This commit is contained in:
@@ -16,35 +16,35 @@ spec:
|
|||||||
app: bitwarden
|
app: bitwarden
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: bitwarden
|
- name: bitwarden
|
||||||
image: registry.durp.info/vaultwarden/server:1.32.7
|
image: registry.durp.info/vaultwarden/server:1.33.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: bitwarden-pvc
|
- name: bitwarden-pvc
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
subPath: bitwaren-data
|
subPath: bitwaren-data
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
env:
|
env:
|
||||||
- name: SIGNUPS_ALLOWED
|
- name: SIGNUPS_ALLOWED
|
||||||
value: "FALSE"
|
value: "FALSE"
|
||||||
- name: INVITATIONS_ALLOWED
|
- name: INVITATIONS_ALLOWED
|
||||||
value: "FALSE"
|
value: "FALSE"
|
||||||
- name: WEBSOCKET_ENABLED
|
- name: WEBSOCKET_ENABLED
|
||||||
value: "TRUE"
|
value: "TRUE"
|
||||||
- name: ROCKET_ENV
|
- name: ROCKET_ENV
|
||||||
value: "staging"
|
value: "staging"
|
||||||
- name: ROCKET_PORT
|
- name: ROCKET_PORT
|
||||||
value: "80"
|
value: "80"
|
||||||
- name: ROCKET_WORKERS
|
- name: ROCKET_WORKERS
|
||||||
value: "10"
|
value: "10"
|
||||||
- name: SECRET_USERNAME
|
- name: SECRET_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: bitwarden-secret
|
name: bitwarden-secret
|
||||||
key: ADMIN_TOKEN
|
key: ADMIN_TOKEN
|
||||||
volumes:
|
volumes:
|
||||||
- name: bitwarden-pvc
|
- name: bitwarden-pvc
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: bitwarden-pvc
|
claimName: bitwarden-pvc
|
||||||
|
|||||||
Reference in New Issue
Block a user