This commit is contained in:
rheiga19 2025-03-27 15:20:13 +07:00
commit f7cabbe480
1 changed files with 19 additions and 26 deletions

View File

@ -142,11 +142,12 @@ spec:
- name: web
image: git.winteraccess.id/winter-access/frontend-nam:dev
imagePullPolicy: Always
envFrom:
- configMapRef:
name: nam-frontend-dev-config
- secretRef:
env:
- name: DB_PASSWORD
valueFrom:
secretKeyRef:
name: nam-frontend-dev-secret
key: DB_PASSWORD
resources:
limits:
cpu: "250m"
@ -167,12 +168,8 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /public
name: public
- mountPath: /storage
name: storage
- mountPath: /tmp
name: tmp
- mountPath: /app
name: app
initContainers:
- name: init
image: git.winteraccess.id/winter-access/frontend-nam:dev
@ -200,12 +197,8 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /public
name: public
- mountPath: /storage
name: storage
- mountPath: /tmp
name: tmp
- mountPath: /app
name: app
imagePullSecrets:
- name: winter-registry
dnsPolicy: ClusterFirst