Files
manifests/values/fornix/values/values.yaml
T
2025-12-10 21:43:13 +01:00

33 lines
809 B
YAML

replicaCount: 1
ingress:
enabled: true
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
nginx.ingress.kubernetes.io/backend-protocol: HTTP
nginx.ingress.kubernetes.io/ssl-redirect: "true"
oceanbox.io/expose: internal
hosts:
- host: fornix.dev.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
- host: fornix.dev.tos.obx
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- fornix.dev.oceanbox.io
- fornix.dev.tos.obx
secretName: fornix-tls
volumes:
- name: appsettings
configMap:
name: fornix-appsettings
volumeMounts:
- name: appsettings
mountPath: "/app/appsettings.json"
readOnly: true
subPath: appsettings.json