somehow these lines got dropped

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-07-25 18:09:24 +00:00
parent c74c138c63
commit bf4bf2f133

View file

@ -48,3 +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