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:
|
||||
annotations:
|
||||
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:
|
||||
app:
|
||||
image:
|
||||
|
@ -57,11 +76,7 @@ spec:
|
|||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
capabilities: { drop: ["ALL"] }
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
limits:
|
||||
memory: 256Mi
|
||||
resources: *resources
|
||||
pod:
|
||||
dnsConfig:
|
||||
options:
|
||||
|
|
Loading…
Reference in a new issue