| should match snapshot of default values: | |
| 1: | | |
| apiVersion: networking.k8s.io/v1 | |
| kind: Ingress | |
| metadata: | |
| annotations: | |
| kubernetes.io/ingress.class: nginx | |
| kubernetes.io/tls-acme: "true" | |
| labels: | |
| app: zot | |
| release: RELEASE-NAME | |
| name: RELEASE-NAME-zot | |
| spec: | |
| ingressClassName: nginx-test | |
| rules: | |
| - host: chart-example.local | |
| http: | |
| paths: | |
| - backend: | |
| service: | |
| name: RELEASE-NAME-zot | |
| port: | |
| number: 5000 | |
| path: / | |
| pathType: ImplementationSpecific | |
| tls: | |
| - hosts: | |
| - chart-example.local | |
| secretName: chart-example-tls |