Add codex chart and values

This commit is contained in:
2025-11-27 11:00:32 +01:00
parent 833d7e56af
commit 1801655855
20 changed files with 664 additions and 6 deletions
+33
View File
@@ -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