File tree Expand file tree Collapse file tree
helm-charts/code-annotation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart for Kubernetes
33name : 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:
99 chart : {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
1010 release : {{ .Release.Name }}
1111 heritage : {{ .Release.Service }}
12- stable.k8s.psg.io/kcm.class : {{ .Values.ingress.kcmClass }}
1312 annotations :
1413 {{- range $key, $value := .Values.ingress.annotations }}
1514 {{ $key }}: {{ $value | quote }}
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ service:
2323 internalPort : 8080
2424 name : code-annotation
2525ingress :
26- kcmClass : default
2726 annotations :
2827 kubernetes.io/ingress.class : gce
28+ kubernetes.io/tls-acme : " true"
2929 tls : true
3030 # below values are required
3131 # hostname: "code-annotation.srcd.run"
You can’t perform that action at this time.
0 commit comments