Skip to content
Snippets Groups Projects
Commit 5782852d authored by Danylo Vanin (EPAM)'s avatar Danylo Vanin (EPAM)
Browse files

[GONRG-9211] Added labels to gc helm

parent c8442a20
No related branches found
No related tags found
1 merge request!627[GONRG-9211] Added labels to gc helm
Pipeline #247187 failed
......@@ -4,6 +4,8 @@ kind: Deployment
metadata:
name: {{ printf "redis-%s" .Values.conf.appName | quote }}
namespace: {{ .Release.Namespace | quote }}
labels:
type: infra
spec:
replicas: 1
selector:
......
......@@ -3,6 +3,8 @@ kind: Deployment
metadata:
labels:
app: {{ .Values.conf.appName | quote }}
type: core
source: java
name: {{ .Values.conf.appName | quote }}
namespace: {{ .Release.Namespace | quote }}
spec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment