parent
d33d6e55ce
commit
951fc96548
7 changed files with 297 additions and 3 deletions
80
chart/values.yaml
Normal file
80
chart/values.yaml
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
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: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue