Update K8s Setting

This commit is contained in:
aditya.siregar 2024-07-24 23:44:12 +07:00
parent 6418a2b54e
commit f4d782653d

View File

@ -23,10 +23,15 @@ spec:
- mountPath: "/infra"
name: furtuna-backend-secret
readOnly: true
- mountPath: "/templates"
name: templates-configmap
volumes:
- name: furtuna-backend-secret
secret:
secretName: furtuna-backend-secret
- name: templates-configmap
configMap:
name: templates-configmap
imagePullSecrets:
- name: regcred