First stable chart

This commit is contained in:
Guilhem Lavaux 2024-11-20 21:46:40 +01:00
parent 6879e6baf1
commit 6d7571891c

View File

@ -1,9 +1,9 @@
replicaCount: 1
image:
repository: nginx
repository: glvx/php
pullPolicy: IfNotPresent
tag: "latest"
tag: "8.2a"
mysql:
enabled: false
@ -31,6 +31,15 @@ ingress:
paths:
- path: /
pathType: Prefix
# tls:
# enabled: true
# secretName: chart-example-tls
# hosts:
# - chart-example.local
# annotations: {}
# # kubernetes.io/ingress.class: nginx
# # kubernetes.io/tls-acme: "true"
# # cert-manager.io/cluster-issuer: "letsencrypt-prod"
persistence:
enabled: true
@ -39,16 +48,6 @@ persistence:
storageClass: ""
ingress:
tls:
enabled: true
secretName: chart-example-tls
hosts:
- chart-example.local
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# cert-manager.io/cluster-issuer: "letsencrypt-prod"
# Environment variables to be passed to the container