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