rm staging
This commit is contained in:
parent
f85c4c1688
commit
60968fd0ea
4 changed files with 0 additions and 60 deletions
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: cert-manager.io/v1
|
|
||||||
kind: Certificate
|
|
||||||
metadata:
|
|
||||||
name: local-mafyuh-com
|
|
||||||
namespace: default
|
|
||||||
spec:
|
|
||||||
secretName: local-mafyuh-com-staging-tls
|
|
||||||
issuerRef:
|
|
||||||
name: letsencrypt-staging
|
|
||||||
kind: ClusterIssuer
|
|
||||||
commonName: "*.local.mafyuh.com"
|
|
||||||
dnsNames:
|
|
||||||
- "local.mafyuh.com"
|
|
||||||
- "*.local.mafyuh.com"
|
|
|
@ -1,21 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: cert-manager.io/v1
|
|
||||||
kind: ClusterIssuer
|
|
||||||
metadata:
|
|
||||||
name: letsencrypt-staging
|
|
||||||
spec:
|
|
||||||
acme:
|
|
||||||
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
|
||||||
email: matt@mafyuh.dev
|
|
||||||
privateKeySecretRef:
|
|
||||||
name: letsencrypt-staging
|
|
||||||
solvers:
|
|
||||||
- dns01:
|
|
||||||
cloudflare:
|
|
||||||
email: matt@mafyuh.dev
|
|
||||||
apiTokenSecretRef:
|
|
||||||
name: cloudflare-token-secret
|
|
||||||
key: cloudflare-token
|
|
||||||
selector:
|
|
||||||
dnsZones:
|
|
||||||
- "mafyuh.com"
|
|
|
@ -1,13 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolume
|
|
||||||
metadata:
|
|
||||||
name: nas-pv
|
|
||||||
spec:
|
|
||||||
capacity:
|
|
||||||
storage: 12Ti
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteMany
|
|
||||||
nfs:
|
|
||||||
path: /mnt/thePool/thePoolShare
|
|
||||||
server: 10.0.0.10
|
|
||||||
persistentVolumeReclaimPolicy: Retain
|
|
|
@ -1,11 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: nas-pvc
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteMany
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 30Gi
|
|
||||||
volumeName: nas-pv
|
|
Loading…
Reference in a new issue