Skip to content

Commit

Permalink
Try to remove error in root user
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyJazz committed Nov 18, 2023
1 parent 1f3234f commit 60a984a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions auth-microservice/k8s/auth-db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ spec:
envFrom:
- configMapRef:
name: auth-microservice-config
livenessProbe:
exec:
command:
- pg_isready
failureThreshold: 5
periodSeconds: 5
timeoutSeconds: 10
name: auth-db
ports:
- containerPort: 5432
Expand Down

0 comments on commit 60a984a

Please sign in to comment.