Skip to content

Commit

Permalink
chore: use labels instead of hostname selector where applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 committed Nov 28, 2024
1 parent dead76d commit dead6d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/mosquitto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaultPodOptions:
annotations:
reloader.stakater.com/auto: "true"
nodeSelector:
kubernetes.io/hostname: styx
iscsi: "true"

service:
main:
Expand Down
2 changes: 1 addition & 1 deletion apps/plex/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:

defaultPodOptions:
nodeSelector:
kubernetes.io/hostname: styx
iscsi: "true"
dnsConfig:
options:
- name: ndots
Expand Down
2 changes: 1 addition & 1 deletion core/minio/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ spec:
- *api-host

nodeSelector:
kubernetes.io/hostname: styx
iscsi: "true"
2 changes: 1 addition & 1 deletion core/postgres/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ spec:
failureThreshold: 60
periodSeconds: 30
nodeSelector:
kubernetes.io/hostname: styx
iscsi: "true"
2 changes: 1 addition & 1 deletion core/redis/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ spec:
enabled: true
existingClaim: redis-data
nodeSelector:
kubernetes.io/hostname: styx
iscsi: "true"
2 changes: 1 addition & 1 deletion core/tailscale-config/proxyclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ spec:
statefulSet:
pod:
nodeSelector:
kubernetes.io/hostname: styx
tcpmss: "true"

0 comments on commit dead6d1

Please sign in to comment.