Commit cdee5bbd by tingweiwang

Update nginx.yaml

1 parent dc1f0368
Showing with 9 additions and 0 deletions
...@@ -26,9 +26,14 @@ spec: ...@@ -26,9 +26,14 @@ spec:
- name: config - name: config
mountPath: /etc/nginx/conf.d/default.conf mountPath: /etc/nginx/conf.d/default.conf
subPath: default.conf subPath: default.conf
- name: config
mountPath: /etc/nginx/conf.d/default-edu.conf
subPath: default-edu.conf
ports: ports:
- containerPort: 80 - containerPort: 80
name: port-80 name: port-80
- containerPort: 81
name: port-81
livenessProbe: livenessProbe:
initialDelaySeconds: 10 initialDelaySeconds: 10
tcpSocket: tcpSocket:
...@@ -49,4 +54,8 @@ spec: ...@@ -49,4 +54,8 @@ spec:
path: default.conf path: default.conf
- key: nginx.conf - key: nginx.conf
path: 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!