commit 87fbdadd8624deed9fde45dd724b6a8da3c5f545 parent 0fc54a23c7598ba631e521f531bd8fa99f0376b3 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 3 Mar 2025 14:18:55 +0100 It seems develop is working for draupnir Diffstat:
| M | apps/base/matrix/draupnir-freifunk/deployment.yaml | | | 60 | ++++++++++++++++++++++++++++++------------------------------ |
| M | apps/base/matrix/draupnir4all/deployment.yaml | | | 2 | +- |
2 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/apps/base/matrix/draupnir-freifunk/deployment.yaml b/apps/base/matrix/draupnir-freifunk/deployment.yaml @@ -31,46 +31,46 @@ spec: app: mjolnir-freifunk spec: containers: - - image: gnuxie/draupnir:v2.1.0 + - image: gnuxie/draupnir:develop imagePullPolicy: IfNotPresent livenessProbe: - failureThreshold: 3 - httpGet: - path: /healthz - port: 8080 - initialDelaySeconds: 60 - periodSeconds: 30 - successThreshold: 1 - timeoutSeconds: 1 + failureThreshold: 3 + httpGet: + path: /healthz + port: 8080 + initialDelaySeconds: 60 + periodSeconds: 30 + successThreshold: 1 + timeoutSeconds: 1 name: mjolnir-freifunk-container readinessProbe: - httpGet: - path: /health - port: 8080 - initialDelaySeconds: 60 - periodSeconds: 30 + httpGet: + path: /health + port: 8080 + initialDelaySeconds: 60 + periodSeconds: 30 securityContext: - allowPrivilegeEscalation: false - capabilities: - drop: - - ALL - readOnlyRootFilesystem: true - #runAsNonRoot: true + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + readOnlyRootFilesystem: true + #runAsNonRoot: true volumeMounts: - - mountPath: /data/config/production.yaml - name: config-volume - subPath: production.yaml - - mountPath: /data/storage - name: storage - - mountPath: /tmp - name: tmp + - mountPath: /data/config/production.yaml + name: config-volume + subPath: production.yaml + - mountPath: /data/storage + name: storage + - mountPath: /tmp + name: tmp volumes: - configMap: - name: mjolnir-freifunk-config + name: mjolnir-freifunk-config name: config-volume - name: storage persistentVolumeClaim: - claimName: mjolnir-freifunk-persistent-storage + claimName: mjolnir-freifunk-persistent-storage - name: tmp emptyDir: - sizeLimit: 2048Mi + sizeLimit: 2048Mi diff --git a/apps/base/matrix/draupnir4all/deployment.yaml b/apps/base/matrix/draupnir4all/deployment.yaml @@ -48,7 +48,7 @@ spec: topologyKey: "kubernetes.io/hostname" containers: - name: draupnir4all - image: gnuxie/draupnir:v2.1.0 + image: gnuxie/draupnir:develop imagePullPolicy: IfNotPresent #image: ghcr.io/mtrnord/cluster/draupnir:d4all #imagePullPolicy: Always