mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file values.yaml
This commit is contained in:
parent
0df4f4edf8
commit
c65dd7379f
1 changed files with 4 additions and 39 deletions
|
|
@ -37,18 +37,7 @@ kong:
|
|||
http:
|
||||
enabled: false
|
||||
ingress:
|
||||
annotations:
|
||||
konghq.com/https-redirect-status-code: "301"
|
||||
konghq.com/protocols: https
|
||||
konghq.com/strip-path: "true"
|
||||
kubernetes.io/ingress.class: default
|
||||
#nginx.ingress.kubernetes.io/app-root: /
|
||||
#nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
||||
#nginx.ingress.kubernetes.io/permanent-redirect-code: "301"
|
||||
enabled: true
|
||||
hostname: kong.127-0-0-1.nip.io
|
||||
path: /api
|
||||
tls: quickstart-kong-admin-cert
|
||||
enabled: false
|
||||
tls:
|
||||
containerPort: 8444
|
||||
enabled: true
|
||||
|
|
@ -206,14 +195,7 @@ kong:
|
|||
enabled: false
|
||||
servicePort: 8002
|
||||
ingress:
|
||||
annotations:
|
||||
konghq.com/https-redirect-status-code: "301"
|
||||
kubernetes.io/ingress.class: default
|
||||
#nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
||||
enabled: true
|
||||
hostname: kong.127-0-0-1.nip.io
|
||||
path: /
|
||||
tls: quickstart-kong-admin-cert
|
||||
enabled: false
|
||||
tls:
|
||||
containerPort: 8445
|
||||
enabled: true
|
||||
|
|
@ -237,15 +219,7 @@ kong:
|
|||
enabled: false
|
||||
servicePort: 8003
|
||||
ingress:
|
||||
annotations:
|
||||
konghq.com/https-redirect-status-code: "301"
|
||||
konghq.com/protocols: https
|
||||
konghq.com/strip-path: "false"
|
||||
kubernetes.io/ingress.class: default
|
||||
enabled: true
|
||||
hostname: developer.127-0-0-1.nip.io
|
||||
path: /
|
||||
tls: quickstart-kong-portal-cert
|
||||
enabled: false
|
||||
tls:
|
||||
containerPort: 8446
|
||||
enabled: true
|
||||
|
|
@ -260,16 +234,7 @@ kong:
|
|||
http:
|
||||
enabled: false
|
||||
ingress:
|
||||
annotations:
|
||||
konghq.com/https-redirect-status-code: "301"
|
||||
konghq.com/protocols: https
|
||||
konghq.com/strip-path: "true"
|
||||
kubernetes.io/ingress.class: default
|
||||
#nginx.ingress.kubernetes.io/app-root: /
|
||||
enabled: true
|
||||
hostname: developer.127-0-0-1.nip.io
|
||||
path: /api
|
||||
tls: quickstart-kong-portal-cert
|
||||
enabled: false
|
||||
tls:
|
||||
containerPort: 8447
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue