Prechádzať zdrojové kódy

Add matrix homeserver.yaml with dashes

Breandan Dezendorf 9 mesiacov pred
rodič
commit
e59b949a48
1 zmenil súbory, kde vykonal 7 pridanie a 7 odobranie
  1. 7 7
      dezendorf/homelab/k3s/matrix/matrix.yaml

+ 7 - 7
dezendorf/homelab/k3s/matrix/matrix.yaml

@@ -25,14 +25,14 @@ spec:
         - name: web
           containerPort: 8008
         volumeMounts:
-          - name: "matrix-homeserver.yaml"
-            mountPath: "/data/homeserver.yaml"
-            subPath: "matrix-homeserver.yaml"
+          - name: "matrix-homeserver-yaml"
+            mountPath: "/data/homeserver-yaml"
+            subPath: "matrix-homeserver-yaml"
             readOnly: true
       volumes:
-        - name: "matrix-homeserver.yaml"
+        - name: "matrix-homeserver-yaml"
           configMap:
-            name: "matrix-homesever.yaml"
+            name: "matrix-homesever-yaml"
             
 ---
 apiVersion: v1
@@ -85,10 +85,10 @@ spec:
 apiVersion: v1
 kind: ConfigMap
 metadata:
-  name: matrix-homeserver.yaml
+  name: matrix-homeserver-yaml
   namespace: default
 data:
-  matrix-homeserver.yaml: |
+  matrix-homeserver-yaml: |
     # This file is maintained as an up-to-date snapshot of the default
     # homeserver.yaml configuration generated by Synapse. You can find a
     # complete accounting of possible configuration options at