Deliberately on n150-nas
This commit is contained in:
parent
91b0dde095
commit
8474ddcd23
1 changed files with 33 additions and 0 deletions
|
|
@ -52,3 +52,36 @@ mastodon:
|
|||
enable_starttls: 'false'
|
||||
postgresql:
|
||||
existingSecret: masto-db-secret
|
||||
|
||||
web:
|
||||
tolerations:
|
||||
- key: "justdisks"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: n150-nas
|
||||
|
||||
nginx:
|
||||
tolerations:
|
||||
- key: "justdisks"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: n150-nas
|
||||
|
||||
sidkiq:
|
||||
tolerations:
|
||||
- key: "justdisks"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: n150-nas
|
||||
|
||||
streaming:
|
||||
tolerations:
|
||||
- key: "justdisks"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: n150-nas
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue