First stable chart
This commit is contained in:
parent
6879e6baf1
commit
6d7571891c
23
values.yaml
23
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
|
||||
|
Loading…
Reference in New Issue
Block a user