Commit 74305c04 by 蒋勇

d

parent b5b83543
...@@ -67,7 +67,17 @@ spec: ...@@ -67,7 +67,17 @@ spec:
containers: containers:
- env: - env:
- name: KONG_DATABASE - name: KONG_DATABASE
value: "off" value: postgres
- name: KONG_PG_HOST
value: kong-dbservice
- name: KONG_PG_PORT
value: 5432
- name: KONG_PG_DATABASE
value: kong
- name: KONG_PG_USER
value: kong
- name: KONG_PG_PASSWORD
value: kong
- name: KONG_NGINX_WORKER_PROCESSES - name: KONG_NGINX_WORKER_PROCESSES
value: "1" value: "1"
- name: KONG_NGINX_HTTP_INCLUDE - name: KONG_NGINX_HTTP_INCLUDE
......
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