Skip to content

Commit

Permalink
Remove hardcoded clusterissuer
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 4fe8065 commit 970d524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ai-model/templates/ai-model-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
cert-manager.io/cluster-issuer: {{ .Values.ingress.certmanager.issuer }}
nginx.ingress.kubernetes.io/proxy-body-size: 50m
labels:
service: ai-model
Expand Down
2 changes: 2 additions & 0 deletions charts/ai-model/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ resources:
cpu: '10m'
ingress:
host:
certmanager:
issuer:

0 comments on commit 970d524

Please sign in to comment.