1
0
Fork 0
mirror of https://gitlab.com/shouptech/flux.git synced 2026-02-03 14:49:44 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
f946981a43
Add NodePort to postgres service 2020-02-17 19:18:12 -07:00
2973049a9f
Resources updates 2020-02-17 19:10:02 -07:00
3 changed files with 7 additions and 1 deletions

View file

@ -36,7 +36,6 @@ spec:
cpu: "100m"
limits:
memory: "512Mi"
cpu: "1000m"
livenessProbe:
tcpSocket:
port: 5432

View file

@ -10,3 +10,4 @@ spec:
- protocol: TCP
port: 5432
targetPort: 5432
type: NodePort

View file

@ -29,6 +29,12 @@ spec:
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 2
resources:
requests:
memory: "32Mi"
cpu: "100m"
limits:
memory: "256Mi"
ports:
- containerPort: 6379
volumeMounts: