mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
Update file values.yaml
This commit is contained in:
parent
4f0dbceb82
commit
e8ec8bc0f0
1 changed files with 6 additions and 6 deletions
|
|
@ -42,9 +42,9 @@ kong:
|
||||||
konghq.com/protocols: https
|
konghq.com/protocols: https
|
||||||
konghq.com/strip-path: "true"
|
konghq.com/strip-path: "true"
|
||||||
kubernetes.io/ingress.class: default
|
kubernetes.io/ingress.class: default
|
||||||
nginx.ingress.kubernetes.io/app-root: /
|
#nginx.ingress.kubernetes.io/app-root: /
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
#nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
||||||
nginx.ingress.kubernetes.io/permanent-redirect-code: "301"
|
#nginx.ingress.kubernetes.io/permanent-redirect-code: "301"
|
||||||
enabled: true
|
enabled: true
|
||||||
hostname: kong.127-0-0-1.nip.io
|
hostname: kong.127-0-0-1.nip.io
|
||||||
path: /api
|
path: /api
|
||||||
|
|
@ -133,7 +133,7 @@ kong:
|
||||||
database: postgres
|
database: postgres
|
||||||
log_level: debug
|
log_level: debug
|
||||||
lua_package_path: /opt/?.lua;;
|
lua_package_path: /opt/?.lua;;
|
||||||
nginx_worker_processes: "2"
|
#nginx_worker_processes: "2"
|
||||||
password:
|
password:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
@ -209,7 +209,7 @@ kong:
|
||||||
annotations:
|
annotations:
|
||||||
konghq.com/https-redirect-status-code: "301"
|
konghq.com/https-redirect-status-code: "301"
|
||||||
kubernetes.io/ingress.class: default
|
kubernetes.io/ingress.class: default
|
||||||
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
#nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
||||||
enabled: true
|
enabled: true
|
||||||
hostname: kong.127-0-0-1.nip.io
|
hostname: kong.127-0-0-1.nip.io
|
||||||
path: /
|
path: /
|
||||||
|
|
@ -265,7 +265,7 @@ kong:
|
||||||
konghq.com/protocols: https
|
konghq.com/protocols: https
|
||||||
konghq.com/strip-path: "true"
|
konghq.com/strip-path: "true"
|
||||||
kubernetes.io/ingress.class: default
|
kubernetes.io/ingress.class: default
|
||||||
nginx.ingress.kubernetes.io/app-root: /
|
#nginx.ingress.kubernetes.io/app-root: /
|
||||||
enabled: true
|
enabled: true
|
||||||
hostname: developer.127-0-0-1.nip.io
|
hostname: developer.127-0-0-1.nip.io
|
||||||
path: /api
|
path: /api
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue