Skip to content
Snippets Groups Projects
Commit 4342f656 authored by Mina Otgonbold's avatar Mina Otgonbold
Browse files

Merge branch 'master' of...

Merge branch 'master' of https://community.opengroup.org/osdu/platform/system/search-service into update-health-it
parents 85ce37e9 9624f712
No related branches found
No related tags found
1 merge request!723Separate out health integration test with its own tag
Pipeline #298792 failed
......@@ -32,6 +32,7 @@ spec:
ports:
- containerPort: 6379
protocol: TCP
name: {{ printf "redis-%s" .Values.conf.appName | quote }}
resources:
requests:
cpu: 5m
......
......@@ -9,6 +9,7 @@ spec:
- port: {{ .Values.data.redisSearchPort }}
protocol: TCP
targetPort: 6379
name: {{ printf "redis-%s-port" .Values.conf.appName | quote }}
selector:
app: {{ printf "redis-%s" .Values.conf.appName | quote }}
{{ end }}
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