Add prod codex

This commit is contained in:
2026-01-07 14:10:49 +01:00
parent 7594dfe93d
commit 3255430a3b
6 changed files with 189 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
replicaCount: 1
image:
tag: 0.0.0-alpha.1
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.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- codex.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