lable issue fixed
This commit is contained in:
parent
d956678118
commit
08f2ff746c
@ -23,6 +23,9 @@ spec:
|
||||
{{- end }}
|
||||
labels:
|
||||
{{- include "hades.selectorLabels" . | nindent 8 }}
|
||||
{{- with .Values.commonLabels }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
||||
@ -3,6 +3,10 @@
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
# Common labels for Backstage Kubernetes plugin discovery
|
||||
commonLabels:
|
||||
backstage.io/kubernetes-id: "hades-service"
|
||||
|
||||
image:
|
||||
repository: localhost:5001/europe-west1-docker.pkg.dev/os-docker-images/onlinesales/prod/services/java/hadesv2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@ -9,9 +9,8 @@ replicaCount: 1
|
||||
|
||||
# Common labels to add to all resources
|
||||
# These labels will be applied to all hades resources and MySQL pods
|
||||
commonLabels: {}
|
||||
# Example usage:
|
||||
# backstage.io/kubernetes-id: "hades-service"
|
||||
commonLabels:
|
||||
backstage.io/kubernetes-id: "hades-service"
|
||||
|
||||
image:
|
||||
repository: localhost:5001/prj-onlinesales-prod-01/os-docker-images/onlinesales/prod/services/java/hadesv2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user