🚑 fixes

This commit is contained in:
auricom
2023-11-04 17:52:26 +01:00
parent 6a1b728109
commit 4d9c336e48
2 changed files with 21 additions and 6 deletions

View File

@@ -81,9 +81,9 @@ spec:
sync: sync:
image: image:
repository: docker.io/1password/connect-sync repository: docker.io/1password/connect-sync
image: 1.7.2 tag: 1.7.2
env: env:
OP_HTTP_PORT: &port 8081 } OP_HTTP_PORT: &port 8081
OP_BUS_PORT: 11221 OP_BUS_PORT: 11221
OP_BUS_PEERS: localhost:11220 OP_BUS_PEERS: localhost:11220
OP_SESSION: OP_SESSION:

View File

@@ -29,14 +29,12 @@ spec:
values: values:
controllers: controllers:
main: main:
replicas: 2
strategy: RollingUpdate
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
initContainers: initContainers:
init-db: init-db:
order: 1 order: 1
image: &image image:
repository: ghcr.io/auricom/postgres-init repository: ghcr.io/auricom/postgres-init
tag: 15.4@sha256:83e1abf06be5741bdfb8cb53fc03a1ade6e6b5ec7b92a8aac0c69ba5dc7e51f0 tag: 15.4@sha256:83e1abf06be5741bdfb8cb53fc03a1ade6e6b5ec7b92a8aac0c69ba5dc7e51f0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -45,7 +43,9 @@ spec:
name: gatus-secret name: gatus-secret
config-sync: config-sync:
order: 2 order: 2
image: *image image: &configSyncImage
repository: ghcr.io/kiwigrid/k8s-sidecar
tag: 1.25.2
env: env:
FOLDER: /config FOLDER: /config
LABEL: gatus.io/enabled LABEL: gatus.io/enabled
@@ -69,6 +69,21 @@ spec:
GATUS_CONFIG_PATH: /config GATUS_CONFIG_PATH: /config
CUSTOM_WEB_PORT: &port 8080 CUSTOM_WEB_PORT: &port 8080
SECRET_CLUSTER_DOMAIN: ${SECRET_CLUSTER_DOMAIN} SECRET_CLUSTER_DOMAIN: ${SECRET_CLUSTER_DOMAIN}
resources:
requests:
cpu: 10m
memory: 256M
limits:
memory: 512M
config-sync:
image: *configSyncImage
env:
FOLDER: /config
LABEL: gatus.io/enabled
NAMESPACE: ALL
RESOURCE: both
UNIQUE_FILENAMES: true
METHOD: WATCH
envFrom: *envFrom envFrom: *envFrom
resources: *configSyncResources resources: *configSyncResources
service: service: