Add codex chart and values
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
tag: 028945bf-debug
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "nginx"
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
oceanbox.io/expose: internal
|
||||
hosts:
|
||||
- host: codex.dev.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- codex.dev.oceanbox.io
|
||||
secretName: staging-codex-tls
|
||||
|
||||
volumes:
|
||||
- name: appsettings
|
||||
configMap:
|
||||
name: staging-codex-appsettings
|
||||
|
||||
volumeMounts:
|
||||
- name: appsettings
|
||||
mountPath: "/app/appsettings.Development.json"
|
||||
readOnly: true
|
||||
subPath: appsettings.json
|
||||
Reference in New Issue
Block a user