Skip to content

Commit

Permalink
taint
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 4, 2024
1 parent 912e3ad commit e34e9c8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions manifests/blog-app/blog-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ spec:
secretKeyRef:
name: mongodb-creds
key: MONGO_INITDB_ROOT_PASSWORD
tolerations:
- key: "node.kubernetes.io/disk-pressure"
operator: "Exists"
effect: "NoSchedule"
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -144,6 +148,10 @@ spec:
secretKeyRef:
name: mongodb-creds
key: MONGO_INITDB_ROOT_PASSWORD
tolerations:
- key: "node.kubernetes.io/disk-pressure"
operator: "Exists"
effect: "NoSchedule"
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -190,6 +198,10 @@ spec:
secretKeyRef:
name: mongodb-creds
key: MONGO_INITDB_ROOT_PASSWORD
tolerations:
- key: "node.kubernetes.io/disk-pressure"
operator: "Exists"
effect: "NoSchedule"
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -236,6 +248,10 @@ spec:
secretKeyRef:
name: mongodb-creds
key: MONGO_INITDB_ROOT_PASSWORD
tolerations:
- key: "node.kubernetes.io/disk-pressure"
operator: "Exists"
effect: "NoSchedule"
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -271,6 +287,10 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 5000
tolerations:
- key: "node.kubernetes.io/disk-pressure"
operator: "Exists"
effect: "NoSchedule"
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit e34e9c8

Please sign in to comment.