netflux-kubernetes/deploy/prod/ingress.yaml

21 lines
448 B
YAML
Raw Normal View History

- op: replace
path: /spec/ingressClassName
value: prod-nginx
- op: add
path: /metadata/annotations
value:
cert-manager.io/cluster-issuer: letsencrypt-production
- op: replace
path: /spec/tls
value:
- hosts:
- grafana.netflux.io
2022-05-11 09:18:49 +00:00
- tube.netflux.io
secretName: prod-ingress-tls
- op: replace
path: /spec/rules/0/host
value: grafana.netflux.io
2022-05-11 09:18:49 +00:00
- op: replace
path: /spec/rules/1/host
value: tube.netflux.io