test/chart/values.yaml
ston1th 951fc96548
All checks were successful
the build was successful
first helm test
2019-01-18 20:23:46 +01:00

80 lines
1.4 KiB
YAML

appVersion: "1.0.0"
images:
srv:
repository: "127.0.0.1:5000/testapp/srv"
tag: 1.0.0
pullPolicy: IfNotPresent
db:
repository: "127.0.0.1:5000/testapp/db"
tag: 1.0.0
pullPolicy: IfNotPresent
service:
srv:
httpPort: 80
# nodePort: 32015
type: ClusterIP
# annotations:
db:
httpPort: 80
# nodePort: 32015
type: ClusterIP
# annotations:
srv:
# host: "srv.kube"
# env:
annotations: {}
resources: {}
# requests:
# memory: 32Mi
# cpu: 40m
# limits:
# memory: 2Gi
# cpu: 1
livenessProbe:
enabled: true
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
readinessProbe:
enabled: true
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
# schedulerName:
affinity: {}
nodeSelector: {}
db:
# env:
annotations: {}
resources: {}
# requests:
# memory: 32Mi
# cpu: 40m
# limits:
# memory: 2Gi
# cpu: 1
livenessProbe:
enabled: true
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
readinessProbe:
enabled: true
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
# schedulerName:
affinity: {}
nodeSelector: {}