Default values missing

This commit is contained in:
Laszlo Fogas
2020-10-14 11:27:01 +02:00
parent 7e4845ef8a
commit 4e380769d5
2 changed files with 30 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
.idea/ .idea/
values.yaml
manifests manifests
website/site website/site
website/awesome_venv website/awesome_venv
+30
View File
@@ -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