Skip to content

Commit 0fab425

Browse files
author
Rafael Porres Molina
authored
Merge pull request #252 from driosalido/use_cert_manager
Moved to cert-manager
2 parents 7b48842 + 5363f15 commit 0fab425

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: A Helm chart for Kubernetes
33
name: code-annotation
4-
version: 0.0.1
4+
version: 0.1.0

helm-charts/code-annotation/templates/ingress.yaml

-1
Original file line numberDiff line numberDiff 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 }}

helm-charts/code-annotation/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ service:
2323
internalPort: 8080
2424
name: code-annotation
2525
ingress:
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"

0 commit comments

Comments
 (0)