Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-07-25 18:24:49 +00:00
parent 5bec95f3fa
commit 20ff0788b7

View file

@ -48,25 +48,25 @@ spec:
# value: ${DOMAIN}
readinessProbe:
timeoutSeconds: 1
initialDelaySeconds: 5
httpGet:
path: /
port: 8080
livenessProbe:
timeoutSeconds: 1
initialDelaySeconds: 30
httpGet:
path: /
port: 8080
resources:
limits:
memory: 384Mi
volumes:
- name: config-volume
configMap:
name: "modernpaste-configmap"
- name: secret-volume
secret:
secretName: "modernpaste-secret"
triggers:
- type: ConfigChange
initialDelaySeconds: 5
httpGet:
path: /
port: 8080
livenessProbe:
timeoutSeconds: 1
initialDelaySeconds: 30
httpGet:
path: /
port: 8080
resources:
limits:
memory: 384Mi
volumes:
- name: config-volume
configMap:
name: "modernpaste-configmap"
- name: secret-volume
secret:
secretName: "modernpaste-secret"
triggers:
- type: ConfigChange