Spread symcrest-web across availability zones

This commit is contained in:
Arvind Prabhakar 2026-09-06 22:32:27 +00:00
commit d9fac9fb88
3 changed files with 30 additions and 0 deletions

View file

@ -16,6 +16,13 @@ spec:
spec:
imagePullSecrets:
- name: forgejo-registry
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
topologySpreadConstraints:
{{ toYaml .Values.topologySpreadConstraints | indent 8 }}
containers:
- name: symcrest-web
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"