First stable chart
This commit is contained in:
parent
6879e6baf1
commit
6d7571891c
23
values.yaml
23
values.yaml
@ -1,9 +1,9 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: glvx/php
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "latest"
|
tag: "8.2a"
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -31,6 +31,15 @@ ingress:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
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:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -39,16 +48,6 @@ persistence:
|
|||||||
storageClass: ""
|
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
|
# Environment variables to be passed to the container
|
||||||
|
Loading…
Reference in New Issue
Block a user