diff --git a/values.yaml b/values.yaml index a30d0b9..df41737 100644 --- a/values.yaml +++ b/values.yaml @@ -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