0b73242b65
Most ingresses annotations should be work with small changes.
26 lines
545 B
YAML
26 lines
545 B
YAML
replicaCount: 1
|
|
image:
|
|
tag: "1c9c91a9-debug"
|
|
env:
|
|
- name: APP_VERSION
|
|
value: "0.0.0"
|
|
- name: LOG_LEVEL
|
|
value: "1"
|
|
ingress:
|
|
enabled: true
|
|
className: "haproxy"
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
|
haproxy.org/backend-protocol: h1
|
|
haproxy.org/cors-enable: "true"
|
|
oceanbox.io/expose: internal
|
|
hosts:
|
|
- host: makai.oceanbox.io
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- hosts:
|
|
- makai.oceanbox.io
|
|
secretName: makai-tls
|