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

[GONRG-9211] Added labels to gc helm

parent 0b442208
No related branches found
No related tags found
1 merge request!485[GONRG-9211] Added labels to gc helm
Pipeline #247169 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