all repos — infra @ 654125951db93d9760569bcf5ef68cb479e87afe

infrastructure manifests and setup notes

Change imagePullPolicy to IfNotPresent
Anirudh Oppiliappan x@icyphox.sh
Sat, 03 Jul 2021 10:06:39 +0530
commit

654125951db93d9760569bcf5ef68cb479e87afe

parent

3a8e0e7ceeefcb35e01956b86ccb2dbe6ef84bfa

4 files changed, 7 insertions(+), 3 deletions(-)

jump to
M apps/cgit/cgit-ui/cgit.cssapps/cgit/cgit-ui/cgit.css

@@ -7,6 +7,10 @@ --less-dark: #444;

--dark: #222; } +body { + overflow-x:auto +} + /* syntax highlighting*/ body.hl { background-color:var(--bg); } pre.hl { color:var(--fg); background-color:var(--bg); font-family:monospace;}
M apps/cgit/cgit.yamlapps/cgit/cgit.yaml

@@ -22,7 +22,7 @@ fsGroup: 1002

containers: - name: cgit image: reg.icyphox.sh/cgit - imagePullPolicy: Always + imagePullPolicy: IfNotPresent volumeMounts: - name: git mountPath: "/home/git"
M apps/fsrv/fsrv.yamlapps/fsrv/fsrv.yaml

@@ -20,7 +20,7 @@ arch: "amd64"

containers: - name: fsrv image: reg.icyphox.sh/fsrv - imagePullPolicy: Always + imagePullPolicy: IfNotPresent env: - name: FSRV_KEY valueFrom:
M apps/radicale/radicale.yamlapps/radicale/radicale.yaml

@@ -22,7 +22,7 @@ arch: "amd64"

containers: - name: radicale image: reg.icyphox.sh/radicale - imagePullPolicy: Always + imagePullPolicy: IfNotPresent volumeMounts: - name: collections mountPath: "/home/radicale/collections"