diff --git a/Agent/deploy/deployment.yaml b/Agent/deploy/deployment.yaml index fd1c614..bdaa084 100644 --- a/Agent/deploy/deployment.yaml +++ b/Agent/deploy/deployment.yaml @@ -42,17 +42,6 @@ spec: imagePullPolicy: Always ports: - containerPort: 80 - env: - - name: DB_USER - valueFrom: - secretKeyRef: - name: db-credentials - key: user - - name: DB_PASSWORD - valueFrom: - secretKeyRef: - name: db-credentials - key: password # With the following two sections, we can restrict the deployment on and only on the specific node # toleration to node taint such that this deployment can be scheduled on the tainted node while others without the toleration can not tolerations: