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