somehow these lines got dropped
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
c74c138c63
commit
bf4bf2f133
1 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue