Skip to content
Snippets Groups Projects
Commit 87060298 authored by Volodymyr Pienskoi [EPAM / GCP]'s avatar Volodymyr Pienskoi [EPAM / GCP]
Browse files

GONRG-6045: Remove NEG annotation in service

parent 5d351813
No related branches found
No related tags found
3 merge requests!299Update Dev branch,!298Securityfix,!264GONRG-6045: Remove NEG annotation in service
Pipeline #151210 failed
......@@ -2,10 +2,6 @@ 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