Skip to content

Commit

Permalink
chore: schedule pods using iscsi on styx
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 committed Aug 30, 2024
1 parent deadad1 commit dead03a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/plex/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ spec:
type: emptyDir

defaultPodOptions:
nodeSelector:
kubernetes.io/hostname: styx
dnsConfig:
options:
- name: ndots
Expand Down
3 changes: 3 additions & 0 deletions core/minio/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ spec:
extraTls:
- hosts:
- *api-host

nodeSelector:
kubernetes.io/hostname: styx
2 changes: 2 additions & 0 deletions core/postgres/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ spec:
enabled: true
failureThreshold: 60
periodSeconds: 30
nodeSelector:
kubernetes.io/hostname: styx
2 changes: 2 additions & 0 deletions core/redis/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ spec:
persistence:
enabled: true
existingClaim: redis-data
nodeSelector:
kubernetes.io/hostname: styx

0 comments on commit dead03a

Please sign in to comment.