Skip to content
Snippets Groups Projects
Commit 99651ae8 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'revert-421ddae3' into 'master'

Revert "Merge branch 'GONRG-6045_Investigate_NEG_annotation_in_k8s_services' into 'master'"

See merge request !265
parents 421ddae3 6c48829e
No related branches found
No related tags found
3 merge requests!299Update Dev branch,!298Securityfix,!265Revert "Merge branch 'GONRG-6045_Investigate_NEG_annotation_in_k8s_services' into 'master'"
Checking pipeline status
......@@ -2,6 +2,10 @@ apiVersion: v1
kind: Service
metadata:
name: "{{ .Values.conf.appName }}"
{{- if not .Values.conf.onPremEnabled }}
annotations:
cloud.google.com/neg: '{"ingress": true}'
{{- end }}
namespace: "{{ .Release.Namespace }}"
labels:
app: "{{ .Values.conf.appName }}"
......
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