This commit is contained in:
CJ_Clippy 2024-06-29 14:46:06 -08:00
parent aef5684d91
commit d9265f3c27
3 changed files with 14 additions and 6 deletions

View File

@ -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

View File

@ -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:

View File

@ -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