We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970d524 commit 01bd593Copy full SHA for 01bd593
charts/ai-model/templates/ai-model-ingress.yaml
@@ -2,8 +2,7 @@ apiVersion: networking.k8s.io/v1
2
kind: Ingress
3
metadata:
4
annotations:
5
- cert-manager.io/cluster-issuer: {{ .Values.ingress.certmanager.issuer }}
6
- nginx.ingress.kubernetes.io/proxy-body-size: 50m
+ {{- .Values.ingress.annotations | toYaml | nindent 4 }}
7
labels:
8
service: ai-model
9
{{- include "common.labels" . | nindent 4 }}
charts/ai-model/values.yaml
@@ -9,6 +9,5 @@ resources:
memory: '10Mi'
10
cpu: '10m'
11
ingress:
12
+ annotations:
13
host:
- certmanager:
14
- issuer:
0 commit comments