mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
Change(apisix): enable ingress
This commit is contained in:
parent
edcc4dd389
commit
8a9458a830
1 changed files with 12 additions and 11 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue