blob: eef76d3a84a197b4b7efc8593316144af771248c [file] [log] [blame]
gioe72b54f2024-04-22 10:44:41 +04001input: {}
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +04002
Giorgi Lekveishvili03d6f4b2024-03-08 13:05:21 +04003name: "certificate-issuer-private"
Giorgi Lekveishvili08af67a2024-01-18 08:53:05 +04004namespace: "ingress-private"
5
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +04006images: {}
7
8charts: {
9 "certificate-issuer-private": {
giof8843412024-05-22 16:38:05 +040010 path: "charts/certificate-issuer-private"
11 kind: "GitRepository"
12 address: "https://github.com/giolekva/pcloud.git"
13 branch: "main"
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040014 }
15}
16
17helm: {
18 "certificate-issuer-private": {
19 chart: charts["certificate-issuer-private"]
Giorgi Lekveishvilia09fad72024-03-21 15:24:35 +040020 dependsOn: [{
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040021 name: "ingress-nginx"
22 namespace: "\(global.namespacePrefix)ingress-private"
23 }]
24 values: {
25 issuer: {
gioe72b54f2024-04-22 10:44:41 +040026 name: issuerPrivate
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040027 server: "https://acme-v02.api.letsencrypt.org/directory"
28 // server: "https://acme-staging-v02.api.letsencrypt.org/directory"
29 domain: global.privateDomain
30 contactEmail: global.contactEmail
31 }
gioe72b54f2024-04-22 10:44:41 +040032 config: {
33 createTXTAddr: "http://dns-api.\(global.id)-dns.svc.cluster.local/create-txt-record"
34 deleteTXTAddr: "http://dns-api.\(global.id)-dns.svc.cluster.local/delete-txt-record"
Giorgi Lekveishvilie009a5d2024-01-05 14:10:11 +040035 }
36 }
37 }
38}