maabara/manifests/prometheus/ci/12-ingress-values.yaml

17 lines
340 B
YAML
Raw Normal View History

2024-11-18 18:22:12 +00:00
---
## Test case: add ingress, also using tpl
global:
default:
hostname: "example.com"
server:
ingress:
enabled: true
ingressClassName: nginx
hosts:
- '{{ $.Values.global.default.hostname }}'
tls:
- secretName: ingress-tls-certificate
hosts:
- '{{ $.Values.global.default.hostname }}'