20 lines
501 B
YAML
20 lines
501 B
YAML
fullnameOverride: busynix
|
|
|
|
image:
|
|
tag: 3923449d-debug
|
|
|
|
ingress:
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-staging
|
|
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
|
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
|
hosts:
|
|
- host: busynix.beta.oceanbox.io
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- hosts:
|
|
- busynix.beta.oceanbox.io
|
|
secretName: staging-busynix-tls
|