~xdavidwu/flux

014c17460a8683724cc958c19ffd50942ece2a95 — Pinghao Wu a month ago 1cbbb0e
sourcehut: mount config by subPath

avoid shadowing gunicorn configs from packages
M applications/sourcehut/deployment-pages.yaml => applications/sourcehut/deployment-pages.yaml +2 -1
@@ 17,7 17,8 @@ spec:
          image: ghcr.io/xdavidwu/c/pagessrht:3533
          volumeMounts:
            - name: secrets
              mountPath: /etc/sr.ht
              mountPath: /etc/sr.ht/config.ini
              subPath: config.ini
            - name: data
              mountPath: /srv/pagessrht
          readinessProbe:

M applications/sourcehut/deployment-paste.yaml => applications/sourcehut/deployment-paste.yaml +2 -1
@@ 17,7 17,8 @@ spec:
          image: ghcr.io/xdavidwu/c/pastesrht:3534
          volumeMounts:
            - name: secrets
              mountPath: /etc/sr.ht
              mountPath: /etc/sr.ht/config.ini
              subPath: config.ini
      volumes:
        - name: secrets
          secret: