Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #47 from Kong/support/kong-0.12
Browse files Browse the repository at this point in the history
Support/kong 0.12
  • Loading branch information
shashi ranjan authored Jan 19, 2018
2 parents 698b614 + 1b5eb40 commit fca58b4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
8 changes: 6 additions & 2 deletions kong_cassandra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
targetPort: 8001
protocol: TCP
selector:
app: kong
app: kong

---
apiVersion: v1
Expand Down Expand Up @@ -82,6 +82,10 @@ spec:
- name: kong
image: kong
env:
- name: KONG_ADMIN_LISTEN
value: 0.0.0.0:8001
- name: KONG_ADMIN_LISTEN_SSL
value: 0.0.0.0:8444
- name: KONG_DATABASE
value: cassandra
- name: KONG_CASSANDRA_CONTACT_POINTS
Expand All @@ -97,7 +101,7 @@ spec:
- name: KONG_PROXY_ERROR_LOG
value: "/dev/stderr"
- name: KONG_ADMIN_ERROR_LOG
value: "/dev/stderr"
value: "/dev/stderr"
ports:
- name: admin
containerPort: 8001
Expand Down
8 changes: 6 additions & 2 deletions kong_postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
targetPort: 8001
protocol: TCP
selector:
app: kong
app: kong

---
apiVersion: v1
Expand Down Expand Up @@ -82,6 +82,10 @@ spec:
- name: kong
image: kong
env:
- name: KONG_ADMIN_LISTEN
value: 0.0.0.0:8001
- name: KONG_ADMIN_LISTEN_SSL
value: 0.0.0.0:8444
- name: KONG_PG_PASSWORD
value: kong
- name: KONG_PG_HOST
Expand All @@ -93,7 +97,7 @@ spec:
- name: KONG_PROXY_ERROR_LOG
value: "/dev/stderr"
- name: KONG_ADMIN_ERROR_LOG
value: "/dev/stderr"
value: "/dev/stderr"
ports:
- name: admin
containerPort: 8001
Expand Down
8 changes: 6 additions & 2 deletions minikube/kong_cassandra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
targetPort: 8001
protocol: TCP
selector:
app: kong
app: kong

---
apiVersion: v1
Expand Down Expand Up @@ -74,6 +74,10 @@ spec:
- name: kong
image: kong
env:
- name: KONG_ADMIN_LISTEN
value: 0.0.0.0:8001
- name: KONG_ADMIN_LISTEN_SSL
value: 0.0.0.0:8444
- name: KONG_DATABASE
value: cassandra
- name: KONG_CASSANDRA_CONTACT_POINTS
Expand All @@ -91,7 +95,7 @@ spec:
- name: KONG_PROXY_ERROR_LOG
value: "/dev/stderr"
- name: KONG_ADMIN_ERROR_LOG
value: "/dev/stderr"
value: "/dev/stderr"
ports:
- name: admin
containerPort: 8001
Expand Down
8 changes: 6 additions & 2 deletions minikube/kong_postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
targetPort: 8001
protocol: TCP
selector:
app: kong
app: kong

---
apiVersion: v1
Expand Down Expand Up @@ -74,6 +74,10 @@ spec:
- name: kong
image: kong
env:
- name: KONG_ADMIN_LISTEN
value: 0.0.0.0:8001
- name: KONG_ADMIN_LISTEN_SSL
value: 0.0.0.0:8444
- name: KONG_PG_PASSWORD
value: kong
- name: KONG_PG_HOST
Expand All @@ -85,7 +89,7 @@ spec:
- name: KONG_PROXY_ERROR_LOG
value: "/dev/stderr"
- name: KONG_ADMIN_ERROR_LOG
value: "/dev/stderr"
value: "/dev/stderr"
ports:
- name: admin
containerPort: 8001
Expand Down

0 comments on commit fca58b4

Please sign in to comment.