File tree 2 files changed +27
-5
lines changed
2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : cert-manager.io/v1
2
+ kind : Certificate
3
+ metadata :
4
+ name : test-cert
5
+ namespace : localai
6
+ spec :
7
+ secretName : test-cert-tls
8
+ duration : 2160h # 90 days
9
+ renewBefore : 360h # 15 days
10
+ commonName : test.local
11
+ dnsNames :
12
+ - test.local
13
+ issuerRef :
14
+ name : selfsigned-issuer
15
+ kind : ClusterIssuer
16
+ group : cert-manager.io
17
+
Original file line number Diff line number Diff line change 1
1
# LocalAI configuration
2
- fullnameOverride : " localai"
2
+
3
+ certificate :
4
+ create : true
5
+ name : localai-tls
6
+ dnsNames :
7
+ - ai.example.com
8
+ issuerRef :
9
+ name : selfsigned-issuer
10
+ kind : ClusterIssuer
3
11
4
12
autoscaling :
5
13
enabled : false
@@ -83,10 +91,7 @@ gateway:
83
91
mode : Terminate
84
92
certificateRefs :
85
93
- name : localai-tls
86
- kind : Secret
87
- hostnames :
88
- - " ai.example.com"
89
- rules :
94
+ rules :
90
95
- matches :
91
96
- path :
92
97
type : PathPrefix
You can’t perform that action at this time.
0 commit comments