Add missing targetPort fields to brand-master services

This commit is contained in:
dvirlabs 2026-05-05 07:54:55 +03:00
parent b667e2b7af
commit 87aa73dbe0

View File

@ -35,6 +35,7 @@ backend:
service:
type: ClusterIP
port: 8000
targetPort: 8000
healthCheck:
path: /health
initialDelaySeconds: 10
@ -74,6 +75,7 @@ frontend:
service:
type: ClusterIP
port: 80
targetPort: 80
healthCheck:
path: /
initialDelaySeconds: 5