Initial commit
This commit is contained in:
24
deployments/traefik-prep.yml
Normal file
24
deployments/traefik-prep.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
kind: StorageClass
|
||||
apiVersion: storage.k8s.io/v1
|
||||
metadata:
|
||||
name: ssl-certs
|
||||
provisioner: driver.longhorn.io
|
||||
allowVolumeExpansion: true
|
||||
reclaimPolicy: Delete
|
||||
volumeBindingMode: Immediate
|
||||
parameters:
|
||||
numberOfReplicas: "2"
|
||||
staleReplicaTimeout: "2880"
|
||||
fromBackup: ""
|
||||
fsType: "ext4"
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
data:
|
||||
apiKey: VlhNZnh6c3dsX1c3UDNBTVRMN1BWN1IydVAxUGNqUWdxVTJCalhKUwo=
|
||||
metadata:
|
||||
name: cloudflare
|
||||
namespace: traefik
|
||||
type: Opaque
|
||||
Reference in New Issue
Block a user