fix: fix openfga playground ingress

This commit is contained in:
Jonas Juselius
2024-08-28 09:58:07 +02:00
parent d7df338c95
commit 898fa6e0c6
+2 -5
View File
@@ -27,15 +27,12 @@ ingress:
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- host: openfga.dev.oceanbox.io - path: /playground
http: backend:
paths:
- backend:
service: service:
name: staging-openfga name: staging-openfga
port: port:
number: 3000 number: 3000
path: /playground
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- secretName: staging-openfga-tls - secretName: staging-openfga-tls