add helm charts

This commit is contained in:
Ybehrooz
2025-11-09 13:22:40 +03:30
parent 282c3e52d0
commit 38e4d749ad
1352 changed files with 190457 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
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
namespace: NAMESPACE
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