Default values missing
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
.idea/
|
.idea/
|
||||||
values.yaml
|
|
||||||
manifests
|
manifests
|
||||||
website/site
|
website/site
|
||||||
website/awesome_venv
|
website/awesome_venv
|
||||||
|
|||||||
@@ -0,0 +1,30 @@
|
|||||||
|
image:
|
||||||
|
repository: nginx
|
||||||
|
tag: "latest"
|
||||||
|
|
||||||
|
replicas: 1
|
||||||
|
|
||||||
|
nameOverride: ""
|
||||||
|
fullnameOverride: ""
|
||||||
|
|
||||||
|
podAnnotations: {}
|
||||||
|
|
||||||
|
podSecurityContext:
|
||||||
|
fsGroup: 999
|
||||||
|
|
||||||
|
securityContext: {}
|
||||||
|
|
||||||
|
containerPort: 8080
|
||||||
|
|
||||||
|
resources: {}
|
||||||
|
|
||||||
|
nodeSelector: {}
|
||||||
|
|
||||||
|
tolerations: []
|
||||||
|
|
||||||
|
affinity: {}
|
||||||
|
|
||||||
|
probe: "/"
|
||||||
|
|
||||||
|
secret:
|
||||||
|
enabled: false
|
||||||
Reference in New Issue
Block a user