commit 07d74919d1b2c32e6f1715d7d8ac2a47156220f1 parent bbe95939279ccbbe88cf52d17b7bc4883ce65fcd Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 18 Jul 2023 13:01:03 +0200 Meow Diffstat:
| M | apps/base/kube-prometheus-stack/release.yaml | | | 12 | ++++++------ |
| M | apps/base/mailu/release.yaml | | | 135 | ++++++++++++++++++++++++++++++++++++++----------------------------------------- |
2 files changed, 71 insertions(+), 76 deletions(-)
diff --git a/apps/base/kube-prometheus-stack/release.yaml b/apps/base/kube-prometheus-stack/release.yaml @@ -28,18 +28,18 @@ spec: requests: cpu: "0m" memory: "0Mi" - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" enableRemoteWriteReceiver: true podMonitorSelectorNilUsesHelmValues: false serviceMonitorSelectorNilUsesHelmValues: false storageSpec: volumeClaimTemplate: spec: - storageClassName: rook-main-fs + storageClassName: nfs-client accessModes: ["ReadWriteMany"] resources: requests: diff --git a/apps/base/mailu/release.yaml b/apps/base/mailu/release.yaml @@ -49,18 +49,18 @@ spec: echo "ALTER DATABASE \"${ROUNDCUBE_DB_NAME}\" OWNER TO \"${ROUNDCUBE_DB_USER}\"\;" | postgresql_execute "" "postgres" "$POSTGRES_POSTGRES_PASSWORD" info "Setting ownership for the 'public' schema database \"${ROUNDCUBE_DB_NAME}\" to \"${ROUNDCUBE_DB_USER}\"" echo "ALTER SCHEMA public OWNER TO \"${ROUNDCUBE_DB_USER}\"\;" | postgresql_execute "$ROUNDCUBE_DB_NAME" "postgres" "$POSTGRES_POSTGRES_PASSWORD" - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" persistence: enabled: true subPath: "postgresql" existingClaim: mailu-storage persistence: single_pvc: true - storageClass: "rook-main-fs" + storageClass: "nfs-client" accessModes: - ReadWriteMany size: 15Gi @@ -77,72 +77,67 @@ spec: enabled: false ports: pop3s: false - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" redis: master: persistence: subPath: "redis" existingClaim: mailu-storage - admin: - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" - postfix: - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" - dovecot: - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" - rspamd: - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" - clamav: - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" - webmail: - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" - radicale: - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" - fetchmail: - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" - oletools: - tolerations: - - key: "arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" - - - - - + #admin: + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" + #postfix: + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" + #dovecot: + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" + #rspamd: + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" + #clamav: + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" + #webmail: + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" + #radicale: + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" + #fetchmail: + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule" + #oletools: + #tolerations: + # - key: "arch" + # operator: "Equal" + # value: "arm64" + # effect: "NoSchedule"