Automated Manifest Update (#4403)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #4403 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4403.
This commit is contained in:
@@ -52,11 +52,15 @@ spec:
|
|||||||
barmanObjectName: "dawarich-postgresql-18-backup-garage-local"
|
barmanObjectName: "dawarich-postgresql-18-backup-garage-local"
|
||||||
serverName: "dawarich-postgresql-18-backup-1"
|
serverName: "dawarich-postgresql-18-backup-1"
|
||||||
bootstrap:
|
bootstrap:
|
||||||
initdb:
|
recovery:
|
||||||
database: app
|
database: app
|
||||||
postInitTemplateSQL:
|
source: dawarich-postgresql-18-backup-1
|
||||||
- CREATE EXTENSION postgis;
|
externalClusters:
|
||||||
- CREATE EXTENSION postgis_topology;
|
- name: dawarich-postgresql-18-backup-1
|
||||||
- CREATE EXTENSION fuzzystrmatch;
|
plugin:
|
||||||
- CREATE EXTENSION postgis_tiger_geocoder;
|
name: barman-cloud.cloudnative-pg.io
|
||||||
owner: app
|
enabled: true
|
||||||
|
isWALArchiver: false
|
||||||
|
parameters:
|
||||||
|
barmanObjectName: "dawarich-postgresql-18-recovery"
|
||||||
|
serverName: dawarich-postgresql-18-backup-1
|
||||||
|
|||||||
@@ -74,13 +74,13 @@ spec:
|
|||||||
key: dbname
|
key: dbname
|
||||||
name: dawarich-postgresql-18-cluster-app
|
name: dawarich-postgresql-18-cluster-app
|
||||||
- name: APPLICATION_HOSTS
|
- name: APPLICATION_HOSTS
|
||||||
value: dawarich.alexlebens.net,localhost,::1,127.0.0.1
|
value: dawarich.alexlebens.net,dawarich.dawarich,localhost,::1,127.0.0.1
|
||||||
- name: TIME_ZONE
|
- name: TIME_ZONE
|
||||||
value: America/Chicago
|
value: America/Chicago
|
||||||
- name: APPLICATION_PROTOCOL
|
- name: APPLICATION_PROTOCOL
|
||||||
value: http
|
value: http
|
||||||
- name: OIDC_ISSUER
|
- name: OIDC_ISSUER
|
||||||
value: https://authentik.alexlebens.net/application/o/darwich/.well-known/openid-configuration
|
value: https://authentik.alexlebens.net/application/o/darwich/
|
||||||
- name: OIDC_REDIRECT_URI
|
- name: OIDC_REDIRECT_URI
|
||||||
value: https://dawarich.alexlebens.net/users/auth/openid_connect/callback
|
value: https://dawarich.alexlebens.net/users/auth/openid_connect/callback
|
||||||
- name: OIDC_CLIENT_ID
|
- name: OIDC_CLIENT_ID
|
||||||
@@ -116,17 +116,6 @@ spec:
|
|||||||
value: "true"
|
value: "true"
|
||||||
image: freikin/dawarich:1.3.1
|
image: freikin/dawarich:1.3.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- wget -qO - http://127.0.0.1:3000/api/v1/health | grep -q '\"status\"\\s*:\\s*\"ok\"'
|
|
||||||
failureThreshold: 5
|
|
||||||
initialDelaySeconds: 60
|
|
||||||
periodSeconds: 10
|
|
||||||
successThreshold: 1
|
|
||||||
timeoutSeconds: 10
|
|
||||||
name: main
|
name: main
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@@ -174,7 +163,7 @@ spec:
|
|||||||
key: dbname
|
key: dbname
|
||||||
name: dawarich-postgresql-18-cluster-app
|
name: dawarich-postgresql-18-cluster-app
|
||||||
- name: APPLICATION_HOSTS
|
- name: APPLICATION_HOSTS
|
||||||
value: dawarich.alexlebens.net,localhost,::1,127.0.0.1
|
value: dawarich.alexlebens.net,dawarich.dawarich,localhost,::1,127.0.0.1
|
||||||
- name: TIME_ZONE
|
- name: TIME_ZONE
|
||||||
value: America/Chicago
|
value: America/Chicago
|
||||||
- name: APPLICATION_PROTOCOL
|
- name: APPLICATION_PROTOCOL
|
||||||
@@ -182,7 +171,7 @@ spec:
|
|||||||
- name: DISTANCE_UNIT
|
- name: DISTANCE_UNIT
|
||||||
value: mi
|
value: mi
|
||||||
- name: OIDC_ISSUER
|
- name: OIDC_ISSUER
|
||||||
value: https://authentik.alexlebens.net/application/o/darwich/.well-known/openid-configuration
|
value: https://authentik.alexlebens.net/application/o/darwich/
|
||||||
- name: OIDC_REDIRECT_URI
|
- name: OIDC_REDIRECT_URI
|
||||||
value: https://dawarich.alexlebens.net/users/auth/openid_connect/callback
|
value: https://dawarich.alexlebens.net/users/auth/openid_connect/callback
|
||||||
- name: OIDC_CLIENT_ID
|
- name: OIDC_CLIENT_ID
|
||||||
@@ -218,17 +207,6 @@ spec:
|
|||||||
value: "true"
|
value: "true"
|
||||||
image: freikin/dawarich:1.3.1
|
image: freikin/dawarich:1.3.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- pgrep -f sidekiq
|
|
||||||
failureThreshold: 5
|
|
||||||
initialDelaySeconds: 60
|
|
||||||
periodSeconds: 10
|
|
||||||
successThreshold: 1
|
|
||||||
timeoutSeconds: 10
|
|
||||||
name: sidekiq
|
name: sidekiq
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ metadata:
|
|||||||
app.kubernetes.io/name: "dawarich-postgresql-18-scheduled-backup-live-backup"
|
app.kubernetes.io/name: "dawarich-postgresql-18-scheduled-backup-live-backup"
|
||||||
spec:
|
spec:
|
||||||
immediate: true
|
immediate: true
|
||||||
suspend: true
|
suspend: false
|
||||||
schedule: "0 0 0 * * *"
|
schedule: "0 0 0 * * *"
|
||||||
backupOwnerReference: self
|
backupOwnerReference: self
|
||||||
cluster:
|
cluster:
|
||||||
|
|||||||
Reference in New Issue
Block a user