Skip to content

Commit

Permalink
fix: apache#24 ingress-controller need to specify ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
gxthrj committed Sep 7, 2020
1 parent 2d3da4e commit 0931814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/deploy/configmap/cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ metadata:
data:
ETCD_SERVER_INTERNAL: '["http://127.0.0.1:2379","http://127.0.0.1:2380","http://127.0.0.1:2381"]'
SYSLOG_HOST: 127.0.0.1
APISIX_BASE_URL: "http://apisix.cloud.svc.cluster.local:9180/apisix/admin"
APISIX_BASE_URL: "http://apisix.cloud.svc.cluster.local:9180/apisix/admin"
ENV: "prod"

0 comments on commit 0931814

Please sign in to comment.