Commit 904138c0 by 蒋勇

d

parent 84e05886
...@@ -13,7 +13,7 @@ spec: ...@@ -13,7 +13,7 @@ spec:
port: 80 port: 80
protocol: TCP protocol: TCP
targetPort: 8000 targetPort: 8000
nodePort: 26982 nodePort: 26999
- name: proxy-ssl - name: proxy-ssl
port: 443 port: 443
protocol: TCP protocol: TCP
...@@ -69,6 +69,8 @@ spec: ...@@ -69,6 +69,8 @@ spec:
- env: - env:
- name: KONG_DATABASE - name: KONG_DATABASE
value: postgres value: postgres
- name: KONG_PG_HOST
value: kong-dbservice
- name: KONG_PG_PORT - name: KONG_PG_PORT
value: 5432 value: 5432
- name: KONG_PG_DATABASE - name: KONG_PG_DATABASE
......
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