We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2582018 commit 4d28eabCopy full SHA for 4d28eab
3 files changed
charts/sentry-webhook/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: sentry-webhook
3
-version: 0.1.1
+version: 0.2.0
charts/sentry-webhook/templates/service.yaml
@@ -3,8 +3,10 @@ apiVersion: v1
kind: Service
4
metadata:
5
6
+ {{- with .Values.service.annotations }}
7
annotations:
- cloud.google.com/neg: '{"ingress":false}'
8
+ {{- toYaml . | nindent 4 }}
9
+ {{- end }}
10
spec:
11
selector:
12
app: sentry-webhook
charts/sentry-webhook/values.yaml
@@ -7,6 +7,9 @@ resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
+service:
+ annotations:
+ cloud.google.com/neg: '{"ingress":false}'
13
conf:
14
APP_PORT: 3000
15
SENTRY_CLIENT_SECRET: ""
0 commit comments