Skip to content

Commit

Permalink
Remove hardcoded annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen van Erp <jeroen.vanerp@suse.com>
  • Loading branch information
hierynomus committed Nov 5, 2024
1 parent 970d524 commit 01bd593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions charts/ai-model/templates/ai-model-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: {{ .Values.ingress.certmanager.issuer }}
nginx.ingress.kubernetes.io/proxy-body-size: 50m
{{- .Values.ingress.annotations | toYaml | nindent 4 }}
labels:
service: ai-model
{{- include "common.labels" . | nindent 4 }}
Expand Down
3 changes: 1 addition & 2 deletions charts/ai-model/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ resources:
memory: '10Mi'
cpu: '10m'
ingress:
annotations:
host:
certmanager:
issuer:

0 comments on commit 01bd593

Please sign in to comment.