Hybrid cloud cluster monorepo with Ansible, K8s, NixOS, and Terraform. cute.haus
ansible terraform nix k8s
1

Configure Feed

Select the types of activity you want to include in your feed.

k8s: prefer cloud zone for select deployments

Aly Raffauf (Jul 4, 2026, 11:04 PM EDT) 037b3cf9 ff6e2159

+40
+10
k8s/charts/forward-auth/templates/deployment.yaml
··· 33 33 operator: Exists 34 34 effect: NoExecute 35 35 tolerationSeconds: {{ $.Values.global.failover.fastTolerationSeconds | default 60 }} 36 + affinity: 37 + nodeAffinity: 38 + preferredDuringSchedulingIgnoredDuringExecution: 39 + - weight: 100 40 + preference: 41 + matchExpressions: 42 + - key: topology.kubernetes.io/zone 43 + operator: In 44 + values: 45 + - cloud 36 46 containers: 37 47 - name: forward-auth 38 48 image: "{{ $.Values.image.repository }}:{{ $.Values.image.tag }}"
+10
k8s/charts/pocket-id/templates/deployment.yaml
··· 32 32 operator: Exists 33 33 effect: NoExecute 34 34 tolerationSeconds: {{ $.Values.global.failover.fastTolerationSeconds | default 60 }} 35 + affinity: 36 + nodeAffinity: 37 + preferredDuringSchedulingIgnoredDuringExecution: 38 + - weight: 100 39 + preference: 40 + matchExpressions: 41 + - key: topology.kubernetes.io/zone 42 + operator: In 43 + values: 44 + - cloud 35 45 containers: 36 46 - name: {{ .Chart.Name }} 37 47 image: ghcr.io/pocket-id/pocket-id:v2@sha256:a2a38a96699d7483d65b5849b015d954f294938306a03a9c0699bc5b79554e86
+10
k8s/charts/uptime-kuma/templates/deployment.yaml
··· 31 31 operator: Exists 32 32 effect: NoExecute 33 33 tolerationSeconds: {{ $.Values.global.failover.fastTolerationSeconds | default 60 }} 34 + affinity: 35 + nodeAffinity: 36 + preferredDuringSchedulingIgnoredDuringExecution: 37 + - weight: 100 38 + preference: 39 + matchExpressions: 40 + - key: topology.kubernetes.io/zone 41 + operator: In 42 + values: 43 + - cloud 34 44 containers: 35 45 - name: {{ .Chart.Name }} 36 46 image: louislam/uptime-kuma:2@sha256:91e963bfda569ba115206e843febb446f473ab525add4e08b2b9e3beffa16985
+10
k8s/charts/vaultwarden/templates/deployment.yaml
··· 31 31 operator: Exists 32 32 effect: NoExecute 33 33 tolerationSeconds: {{ $.Values.global.failover.fastTolerationSeconds | default 60 }} 34 + affinity: 35 + nodeAffinity: 36 + preferredDuringSchedulingIgnoredDuringExecution: 37 + - weight: 100 38 + preference: 39 + matchExpressions: 40 + - key: topology.kubernetes.io/zone 41 + operator: In 42 + values: 43 + - cloud 34 44 containers: 35 45 - name: {{ .Chart.Name }} 36 46 image: vaultwarden/server:latest@sha256:d626d04934cd1192ad8ced1adb975099fca78cec33ab467d2d3c923cde7f3b0c