idk
This commit is contained in:
parent
aef5684d91
commit
d9265f3c27
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: fp
|
name: fp
|
||||||
description: The Galaxy's Best VTuber Hentai Site
|
description: The Galaxy's Best VTuber Hentai Site
|
||||||
version: 0.0.28
|
version: 0.0.29
|
||||||
keywords:
|
keywords:
|
||||||
- fp
|
- fp
|
||||||
- futureporn
|
- futureporn
|
||||||
|
|
|
@ -69,7 +69,7 @@ subjects:
|
||||||
name: cert-manager-webhook-exoscale
|
name: cert-manager-webhook-exoscale
|
||||||
|
|
||||||
---
|
---
|
||||||
{{ if eq .Values.environment "staging" }}
|
{{ if eq .Values.environment "development" || if eq .Values.environment "staging" }}
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Example values are replaced using Kuztomization patches
|
## Example values are replaced using environment-specific Kuztomization patches
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
|
@ -18,6 +18,14 @@ spec:
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: letsencrypt
|
name: letsencrypt
|
||||||
solvers:
|
solvers:
|
||||||
- http01:
|
- dns01:
|
||||||
ingress:
|
webhook:
|
||||||
class: traefik
|
groupName: acme.exoscale.com
|
||||||
|
solverName: exoscale
|
||||||
|
config:
|
||||||
|
apiKeyRef:
|
||||||
|
name: exoscale
|
||||||
|
key: apiKey
|
||||||
|
apiSecretRef:
|
||||||
|
name: exoscale
|
||||||
|
key: apiSecret
|
Loading…
Reference in New Issue