Add missing targetPort fields to brand-master services
This commit is contained in:
parent
b667e2b7af
commit
87aa73dbe0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user