fix: fix openfga playground ingress

This commit is contained in:
Jonas Juselius
2024-08-28 10:09:14 +02:00
parent 91407d6ff4
commit 2316c661b0
+2 -2
View File
@@ -26,10 +26,10 @@ ingress:
- host: openfga.dev.oceanbox.io - host: openfga.dev.oceanbox.io
paths: paths:
- path: / - path: /
servicePort: http servicePort: 8080
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /playground - path: /playground
servicePort: playground servicePort: 3000
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- secretName: staging-openfga-tls - secretName: staging-openfga-tls