Default values missing
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
.idea/
|
||||
values.yaml
|
||||
manifests
|
||||
website/site
|
||||
website/awesome_venv
|
||||
|
||||
30
charts/onechart/values.yaml
Normal file
30
charts/onechart/values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user