Skip to content

Commit 01bd593

Browse files
committed
Remove hardcoded annotation
Signed-off-by: Jeroen van Erp <[email protected]>
1 parent 970d524 commit 01bd593

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: charts/ai-model/templates/ai-model-ingress.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ apiVersion: networking.k8s.io/v1
22
kind: Ingress
33
metadata:
44
annotations:
5-
cert-manager.io/cluster-issuer: {{ .Values.ingress.certmanager.issuer }}
6-
nginx.ingress.kubernetes.io/proxy-body-size: 50m
5+
{{- .Values.ingress.annotations | toYaml | nindent 4 }}
76
labels:
87
service: ai-model
98
{{- include "common.labels" . | nindent 4 }}

Diff for: charts/ai-model/values.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ resources:
99
memory: '10Mi'
1010
cpu: '10m'
1111
ingress:
12+
annotations:
1213
host:
13-
certmanager:
14-
issuer:

0 commit comments

Comments
 (0)