1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Add graceful shutdown when interrupted

If implemented this permit restoring a clean state in case of signal
interruption.

Signed-off-by: Soule BA <soule@weave.works>
This commit is contained in:
Soule BA
2022-01-12 11:50:19 +01:00
parent f7d9ee90cd
commit 306f8f5715
23 changed files with 134 additions and 800 deletions

View File

@@ -75,4 +75,4 @@ spec:
memory: 512Mi
requests:
cpu: 100m
memory: 64Mi
memory: 64Mi

View File

@@ -8,4 +8,4 @@ secretGenerator:
- literals:
- username=admin
- password=1f2d1e2e67df
name: secret-basic-auth
name: secret-basic-auth

View File

@@ -9,4 +9,4 @@ metadata:
kustomize.toolkit.fluxcd.io/namespace: {{ .fluxns }}
name: db-user-pass-bkbd782d2c
namespace: default
type: Opaque
type: Opaque

View File

@@ -18,4 +18,4 @@ spec:
- port: 9999
targetPort: grpc
protocol: TCP
name: grpc
name: grpc

View File

@@ -8,4 +8,4 @@ metadata:
kustomize.toolkit.fluxcd.io/namespace: {{ .fluxns }}
name: podinfo-token-77t89m9b67
namespace: default
type: Opaque
type: Opaque