blob: 115a7409e607a6ade95b1bd1e48a472b23500486 [file] [log] [blame]
gio4a9d83d2024-04-14 13:14:40 +04001should match snapshot of default values:
2 1: |
3 apiVersion: networking.k8s.io/v1
4 kind: Ingress
5 metadata:
6 annotations:
7 kubernetes.io/ingress.class: nginx
8 kubernetes.io/tls-acme: "true"
9 labels:
10 app: zot
11 release: RELEASE-NAME
12 name: RELEASE-NAME-zot
13 spec:
14 ingressClassName: nginx-test
15 rules:
16 - host: chart-example.local
17 http:
18 paths:
19 - backend:
20 service:
21 name: RELEASE-NAME-zot
22 port:
23 number: 5000
24 path: /
25 pathType: ImplementationSpecific
26 tls:
27 - hosts:
28 - chart-example.local
29 secretName: chart-example-tls