14 lines
352 B
YAML
14 lines
352 B
YAML
ingress:
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
|
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
|
hosts:
|
|
- host: petimeter.srv.oceanbox.io
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- hosts:
|
|
- petimeter.srv.oceanbox.io
|
|
secretName: prod-petimeter-tls
|