mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user