We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe86ea commit 24d8f60Copy full SHA for 24d8f60
charts/ai-model/templates/ai-model-ingress.yaml
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
2
kind: Ingress
3
metadata:
4
annotations:
5
- cert-manager.io/cluster-issuer: letsencrypt-prod
+ cert-manager.io/cluster-issuer: {{ .Values.ingress.certmanager.issuer }}
6
nginx.ingress.kubernetes.io/proxy-body-size: 50m
7
labels:
8
service: ai-model
charts/ai-model/values.yaml
@@ -10,3 +10,5 @@ resources:
10
cpu: '10m'
11
ingress:
12
host:
13
+ certmanager:
14
+ issuer:
0 commit comments