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: service:
type: ClusterIP type: ClusterIP
port: 8000 port: 8000
targetPort: 8000
healthCheck: healthCheck:
path: /health path: /health
initialDelaySeconds: 10 initialDelaySeconds: 10
@ -74,6 +75,7 @@ frontend:
service: service:
type: ClusterIP type: ClusterIP
port: 80 port: 80
targetPort: 80
healthCheck: healthCheck:
path: / path: /
initialDelaySeconds: 5 initialDelaySeconds: 5