Add missing config collection.
This commit is contained in:
parent
c7fc086e9a
commit
e38494b476
1 changed files with 20 additions and 5 deletions
|
@ -27,6 +27,25 @@ spec:
|
||||||
gatus:
|
gatus:
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
|
initContainers:
|
||||||
|
init-config:
|
||||||
|
dependsOn: init-db
|
||||||
|
image:
|
||||||
|
repository: ghcr.io/kiwigrid/k8s-sidecar
|
||||||
|
tag: 1.26.1@sha256:b8d5067137fec093cf48670dc3a1dbb38f9e734f3a6683015c2e89a45db5fd16
|
||||||
|
env:
|
||||||
|
FOLDER: /config
|
||||||
|
LABEL: gatus.io/enabled
|
||||||
|
NAMESPACE: ALL
|
||||||
|
RESOURCE: both
|
||||||
|
UNIQUE_FILENAMES: true
|
||||||
|
METHOD: WATCH
|
||||||
|
restartPolicy: Always
|
||||||
|
resources: &resources
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
limits:
|
||||||
|
memory: 256Mi
|
||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
|
@ -57,11 +76,7 @@ spec:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
capabilities: { drop: ["ALL"] }
|
capabilities: { drop: ["ALL"] }
|
||||||
resources:
|
resources: *resources
|
||||||
requests:
|
|
||||||
cpu: 10m
|
|
||||||
limits:
|
|
||||||
memory: 256Mi
|
|
||||||
pod:
|
pod:
|
||||||
dnsConfig:
|
dnsConfig:
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue