Explorar o código

Merge pull request #582 from Remedan/fix-docs-for-k8s-sts

Fix small issues in the K8s sts documentation
Philipp C. Heckel %!s(int64=3) %!d(string=hai) anos
pai
achega
30645bc4e0
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      docs/install.md

+ 3 - 1
docs/install.md

@@ -371,7 +371,7 @@ unmanned pod.
           containers:
           - name: ntfy
             image: binwiederhier/ntfy
-            args: ["serve", "--cache-file /var/cache/ntfy/cache.db"]
+            args: ["serve", "--cache-file", "/var/cache/ntfy/cache.db"]
             ports:
             - containerPort: 80
               name: http
@@ -379,6 +379,8 @@ unmanned pod.
             - name: config
               mountPath: "/etc/ntfy"
               readOnly: true
+            - name: cache
+              mountPath: "/var/cache/ntfy"
           volumes:
             - name: config
               configMap: