80 lines
1.4 KiB
YAML
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: {}
|