Joey Hafner
ccde72e4ab
Some checks failed
Deploy NixOS System Configurations to Silver-Flame Hosts / deploy (push) Failing after 25s
- Move old Terraform files to archive - Move from nix/nix-lab to homelab/silver-flame
15 lines
334 B
YAML
15 lines
334 B
YAML
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: ClusterIssuer
|
|
metadata:
|
|
name: letsencrypt-staging
|
|
spec:
|
|
acme:
|
|
email: joey@jafner.net
|
|
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
|
privateKeySecretRef:
|
|
name: staging-issuer-account-key
|
|
solvers:
|
|
- http01:
|
|
ingress:
|
|
ingressClassName: nginx |