mirror of
https://github.com/zoriya/snow.git
synced 2026-08-15 18:44:14 +00:00
Cleanup cert-manager resources
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt
|
||||
spec:
|
||||
acme:
|
||||
email: zoe.roux@zoriya.dev
|
||||
profile: tlsserver
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
privateKeySecretRef:
|
||||
name: lets-encrypt-pk
|
||||
solvers:
|
||||
- http01:
|
||||
ingress:
|
||||
ingressClassName: cilium
|
||||
@@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- cluster-issuer.yaml
|
||||
- cilium-announcement.yaml
|
||||
- ip-pool.yaml
|
||||
|
||||
Reference in New Issue
Block a user