1
0
Fork 0
mirror of https://gitlab.com/shouptech/flux.git synced 2026-02-03 20:59:42 +00:00

Compare commits

..

No commits in common. "f946981a43513885b3ed57b56d5d622292d7e7cb" and "b12bb414fd6903762bff4b34da171ecce374f4cd" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View file

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

View file

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

View file

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