Commit e8fce92b by 据说甜蜜呢

删除健康探测

parent 6daec69a
......@@ -30,13 +30,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 80
readinessProbe:
httpGet:
path: /healthchecks
port: 80
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 60
volumeMounts:
- name: appsetting
mountPath: "/app/appsettings.json"
......@@ -80,13 +73,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 80
readinessProbe:
httpGet:
path: /healthchecks
port: 80
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 60
volumeMounts:
- name: appsetting
mountPath: "/app/appsettings.json"
......@@ -131,13 +117,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 80
readinessProbe:
httpGet:
path: /healthchecks
port: 80
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 60
volumeMounts:
- name: appsetting
mountPath: "/app/appsettings.json"
......@@ -182,13 +161,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 80
readinessProbe:
httpGet:
path: /healthchecks
port: 80
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 60
volumeMounts:
- name: appsetting
mountPath: "/app/appsettings.json"
......@@ -233,13 +205,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 80
readinessProbe:
httpGet:
path: /healthchecks
port: 80
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 60
volumeMounts:
- name: appsetting
mountPath: "/app/appsettings.json"
......@@ -284,13 +249,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 80
readinessProbe:
httpGet:
path: /healthchecks
port: 80
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 60
volumeMounts:
- name: appsetting
mountPath: "/app/appsettings.json"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment