26 lines
542 B
YAML
26 lines
542 B
YAML
replicaCount: 1
|
|
image:
|
|
tag: "1c160398-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: docs.oceanbox.io
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- hosts:
|
|
- docs.oceanbox.io
|
|
secretName: docs-tls
|