fix(mailu): pin sync workloads to arm64
This commit is contained in:
parent
cffe53edbe
commit
7d999cc6c6
@ -38,6 +38,9 @@ spec:
|
||||
{{- with secret "kv/data/atlas/mailu/mailu-initial-account-secret" -}}{{ .Data.data.password }}{{- end -}}
|
||||
spec:
|
||||
restartPolicy: OnFailure
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
serviceAccountName: mailu-vault-sync
|
||||
containers:
|
||||
- name: mailu-sync
|
||||
|
||||
@ -30,7 +30,7 @@ spec:
|
||||
app: mailu-sync-listener
|
||||
annotations:
|
||||
vault.hashicorp.com/agent-inject: "true"
|
||||
atlas.bstein.dev/mailu-sync-rev: "3"
|
||||
atlas.bstein.dev/mailu-sync-rev: "4"
|
||||
vault.hashicorp.com/role: "mailu-mailserver"
|
||||
vault.hashicorp.com/agent-inject-secret-mailu-db-secret__database: "kv/data/atlas/mailu/mailu-db-secret"
|
||||
vault.hashicorp.com/agent-inject-template-mailu-db-secret__database: |
|
||||
@ -52,6 +52,9 @@ spec:
|
||||
{{- with secret "kv/data/atlas/mailu/mailu-initial-account-secret" -}}{{ .Data.data.password }}{{- end -}}
|
||||
spec:
|
||||
restartPolicy: Always
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
serviceAccountName: mailu-vault-sync
|
||||
containers:
|
||||
- name: listener
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user