namespace added for mysql
This commit is contained in:
parent
da0e170be5
commit
9d7b4c7b28
@ -9,6 +9,12 @@ hades:
|
|||||||
# This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
|
# This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
|
# Common labels to add to all resources
|
||||||
|
# These labels enable Backstage discovery and Hades IP registration
|
||||||
|
commonLabels:
|
||||||
|
backstage.io/kubernetes-id: "property-settings-service"
|
||||||
|
osmos.ai/track: "true"
|
||||||
|
|
||||||
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
|
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
|
||||||
image:
|
image:
|
||||||
repository: europe-west1-docker.pkg.dev/prj-onlinesales-prod-01/os-docker-images/onlinesales/prod/services/java/propertysettingssvcv2
|
repository: europe-west1-docker.pkg.dev/prj-onlinesales-prod-01/os-docker-images/onlinesales/prod/services/java/propertysettingssvcv2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user