Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Update NodeSelector to use Node Type (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredoihernandez authored Feb 6, 2023
1 parent 999a44e commit e9549ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autogitops/dev/ngsa-cosmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
- emptyDir: {}
name: tmp
nodeSelector:
agentpool: npuser01
kubernetes.azure.com/mode: user

---

Expand Down
2 changes: 1 addition & 1 deletion autogitops/dev/ngsa-memory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
seccompProfile:
type: RuntimeDefault
nodeSelector:
agentpool: npuser01
kubernetes.azure.com/mode: user

---
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion autogitops/preprod/ngsa-cosmos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
- emptyDir: {}
name: tmp
nodeSelector:
agentpool: npuser01
kubernetes.azure.com/mode: user

---

Expand Down
2 changes: 1 addition & 1 deletion autogitops/preprod/ngsa-memory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
seccompProfile:
type: RuntimeDefault
nodeSelector:
agentpool: npuser01
kubernetes.azure.com/mode: user

---
apiVersion: v1
Expand Down

0 comments on commit e9549ac

Please sign in to comment.