|
|
|
|
@ -56,7 +56,6 @@ spec:
|
|
|
|
|
initialDelaySeconds: 10
|
|
|
|
|
timeoutSeconds: 15
|
|
|
|
|
failureThreshold: 10
|
|
|
|
|
successThreshold: 10
|
|
|
|
|
httpGet:
|
|
|
|
|
path: /
|
|
|
|
|
port: 8000
|
|
|
|
|
@ -77,12 +76,12 @@ spec:
|
|
|
|
|
volumes:
|
|
|
|
|
- name: app-script-volume
|
|
|
|
|
configMap:
|
|
|
|
|
name: app-script-config-7
|
|
|
|
|
name: app-script-config-8
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ConfigMap
|
|
|
|
|
metadata:
|
|
|
|
|
name: app-script-config-7
|
|
|
|
|
name: app-script-config-8
|
|
|
|
|
data:
|
|
|
|
|
app.py: |
|
|
|
|
|
#! /bin/python3
|
|
|
|
|
|