Initial release

This commit is contained in:
2024-03-19 13:13:53 +01:00
commit 451fdb09fc
391 changed files with 184309 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Source: kube-prometheus-stack/templates/prometheus-operator/certmanager.yaml
# Generate a CA Certificate used to sign certificates for the webhook
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: prometheus-community-kube-root-cert
namespace: vynil-monitor
spec:
secretName: prometheus-community-kube-root-cert
duration: "43800h0m0s"
issuerRef:
name: prometheus-community-kube-self-signed-issuer
commonName: "ca.webhook.kube-prometheus-stack"
isCA: true