Change(apisix): enable ingress

This commit is contained in:
nold 2022-05-17 20:52:58 +02:00
parent edcc4dd389
commit 8a9458a830

View file

@ -118,7 +118,7 @@ gateway:
servicePort: 80 servicePort: 80
containerPort: 9080 containerPort: 9080
tls: tls:
enabled: false enabled: true
servicePort: 443 servicePort: 443
containerPort: 9443 containerPort: 9443
existingCASecret: "" existingCASecret: ""
@ -131,18 +131,19 @@ gateway:
tcp: [] tcp: []
udp: [] udp: []
ingress: ingress:
enabled: false enabled: true
annotations: {} annotations:
# kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: apisix
cert-manager.io/cluster-issuer: vault-issuer
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: apisix.local - host: api.six
paths: [] paths:
tls: [] - '/'
# - secretName: apisix-tls tls:
# hosts: - secretName: apisix-tls
# - chart-example.local hosts:
- api.six
admin: admin:
# Enable Admin API # Enable Admin API