mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-22 15:36:45 +01:00
♻️ flux kustomizations
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: ${SECRET_CLUSTER_DOMAIN/./-}
|
||||
namespace: networking
|
||||
spec:
|
||||
secretName: ${SECRET_CLUSTER_DOMAIN/./-}-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "${SECRET_CLUSTER_DOMAIN}"
|
||||
dnsNames:
|
||||
- ${SECRET_CLUSTER_DOMAIN}
|
||||
- "*.${SECRET_CLUSTER_DOMAIN}"
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./certificates.yaml
|
||||
Reference in New Issue
Block a user