Commit cdee5bbd by tingweiwang

Update nginx.yaml

1 parent dc1f0368
Showing with 9 additions and 0 deletions
......@@ -26,9 +26,14 @@ spec:
- name: config
mountPath: /etc/nginx/conf.d/default.conf
subPath: default.conf
- name: config
mountPath: /etc/nginx/conf.d/default-edu.conf
subPath: default-edu.conf
ports:
- containerPort: 80
name: port-80
- containerPort: 81
name: port-81
livenessProbe:
initialDelaySeconds: 10
tcpSocket:
......@@ -49,4 +54,8 @@ spec:
path: default.conf
- key: nginx.conf
path: nginx.conf
- key: apiserver-edu.conf
path: default-edu.conf
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!