Browse Source

fix email

EUGENIO SOUZA CARVALHO 3 years ago
parent
commit
cfdc032513

+ 0 - 43
011-persistencevolume.yaml

@@ -1,43 +0,0 @@
-###############################
-# acme.json storage
-# This configuration obejct is optional and can be used to store the traefik acme.json file 
-# in a longhorn persistence volume named 'traefik-data'
-# To enable the persistence storage you need to uncomment the volumeMouns in the 002-deployment.yml file. 
-###############################
----
-kind: PersistentVolume
-apiVersion: v1
-metadata:
-  name: traefik-data
-  namespace: kube-system
-spec:
-  capacity:
-    storage: 1Gi
-  volumeMode: Filesystem
-  accessModes:
-    - ReadWriteOnce
-  claimRef:
-    namespace: kube-system
-    name: traefik-data
-  csi:
-    driver: driver.longhorn.io
-    fsType: ext4
-    volumeHandle: traefik-data
-  storageClassName: longhorn-durable
----
-apiVersion: v1
-kind: PersistentVolumeClaim
-metadata:
-  name: traefik-data
-  namespace: kube-system
-spec:
-  accessModes:
-    - ReadWriteOnce
-  storageClassName: longhorn-durable
-  resources:
-    requests:
-      storage: 1Gi
-  volumeName: "traefik-data"
-
-
-

File diff suppressed because it is too large
+ 0 - 272
020-deployment.yaml


File diff suppressed because it is too large
+ 8 - 0
cert-manager/cluster-google-account-secret.yaml


gce.json → cert-manager/key.json


010-crd_rbac.yaml → traefik/010-crd-rbac.yaml


+ 43 - 0
traefik/011-persistencevolume.yaml

@@ -0,0 +1,43 @@
+# ###############################
+# # acme.json storage
+# # This configuration obejct is optional and can be used to store the traefik acme.json file 
+# # in a longhorn persistence volume named 'traefik-data'
+# # To enable the persistence storage you need to uncomment the volumeMouns in the 002-deployment.yml file. 
+# ###############################
+# ---
+# kind: PersistentVolume
+# apiVersion: v1
+# metadata:
+#   name: traefik-data
+#   namespace: kube-system
+# spec:
+#   capacity:
+#     storage: 1Gi
+#   volumeMode: Filesystem
+#   accessModes:
+#     - ReadWriteOnce
+#   claimRef:
+#     namespace: kube-system
+#     name: traefik-data
+#   csi:
+#     driver: driver.longhorn.io
+#     fsType: ext4
+#     volumeHandle: traefik-data
+#   storageClassName: longhorn-durable
+# ---
+# apiVersion: v1
+# kind: PersistentVolumeClaim
+# metadata:
+#   name: traefik-data
+#   namespace: kube-system
+# spec:
+#   accessModes:
+#     - ReadWriteOnce
+#   storageClassName: longhorn-durable
+#   resources:
+#     requests:
+#       storage: 1Gi
+#   volumeName: "traefik-data"
+
+
+

File diff suppressed because it is too large
+ 272 - 0
traefik/020-deployment.yaml


030-ingress.yaml → traefik/030-ingress.yaml