fix: change internal port to 8080 not to interfere with dapr

This commit is contained in:
2024-02-16 16:00:54 +01:00
parent 3c8839bb2e
commit a45c9fd5d9
5 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
path: /spec/ports/-
value:
name: intra
port: 8000
port: 8080
protocol: TCP
targetPort: 8000
targetPort: 8080