This commit is contained in:
@@ -33,19 +33,17 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
className: nginx-ingress
|
className: nginx-ingress
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /$1
|
# nginx.ingress.kubernetes.io/rewrite-target: /$1
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
hosts:
|
hosts:
|
||||||
- host: kaneo.lumpiasty.xyz
|
- host: kaneo.lumpiasty.xyz
|
||||||
paths:
|
paths:
|
||||||
- path: /?(.*)
|
# Docs at https://github.com/usekaneo/kaneo/blob/main/charts/kaneo/README.md
|
||||||
pathType: ImplementationSpecific
|
# they talk nonsense
|
||||||
service: web
|
- path: /
|
||||||
port: 80
|
pathType: Prefix
|
||||||
- path: /api/?(.*)
|
service: kaneo
|
||||||
pathType: ImplementationSpecific
|
port: 5173
|
||||||
service: api
|
|
||||||
port: 1337
|
|
||||||
tls:
|
tls:
|
||||||
- secretName: kaneo-ingress
|
- secretName: kaneo-ingress
|
||||||
hosts:
|
hosts:
|
||||||
@@ -56,6 +54,7 @@ spec:
|
|||||||
|
|
||||||
kaneo:
|
kaneo:
|
||||||
env:
|
env:
|
||||||
|
clientUrl: "https://kaneo.lumpiasty.xyz"
|
||||||
database:
|
database:
|
||||||
external:
|
external:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user