Skip to content

Commit

Permalink
add nodeselector to important services
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Sep 19, 2024
1 parent f107378 commit 143f21a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/apps/contactform/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
app.kubernetes.io/name: contactform
spec:
serviceAccountName: default
nodeSelector:
kubernetes.io/hostname: conferenceli
containers:
- name: contactform
image: ghcr.io/vshn/conferenceli-contactform:main
Expand Down
2 changes: 2 additions & 0 deletions deployment/apps/frpc/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
labels:
app.kubernetes.io/name: frpc
spec:
nodeSelector:
kubernetes.io/hostname: conferenceli
containers:
- name: frpc
image: ghcr.io/fatedier/frpc:v0.58.0
Expand Down
2 changes: 2 additions & 0 deletions deployment/apps/podstatus/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
app.kubernetes.io/name: podstatus
spec:
serviceAccountName: default
nodeSelector:
kubernetes.io/hostname: conferenceli
containers:
- name: podstatus
image: ghcr.io/vshn/conferenceli-podstatus:main
Expand Down

0 comments on commit 143f21a

Please sign in to comment.