File tree 3 files changed +2
-3
lines changed
helm-charts/code-annotation
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : A Helm chart for Kubernetes
3
3
name : code-annotation
4
- version : 0.0.1
4
+ version : 0.1.0
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ metadata:
9
9
chart : {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
10
10
release : {{ .Release.Name }}
11
11
heritage : {{ .Release.Service }}
12
- stable.k8s.psg.io/kcm.class : {{ .Values.ingress.kcmClass }}
13
12
annotations :
14
13
{{- range $key, $value := .Values.ingress.annotations }}
15
14
{{ $key }}: {{ $value | quote }}
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ service:
23
23
internalPort : 8080
24
24
name : code-annotation
25
25
ingress :
26
- kcmClass : default
27
26
annotations :
28
27
kubernetes.io/ingress.class : gce
28
+ kubernetes.io/tls-acme : " true"
29
29
tls : true
30
30
# below values are required
31
31
# hostname: "code-annotation.srcd.run"
You can’t perform that action at this time.
0 commit comments