Compare commits
2 Commits
dfb664c7ca
...
16280ce72a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
16280ce72a | ||
|
|
7db49afefc |
@@ -1,51 +0,0 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: postgresql-dev
|
|
||||||
finalizers:
|
|
||||||
- resources-finalizer.argocd.argoproj.io
|
|
||||||
spec:
|
|
||||||
project: default
|
|
||||||
source:
|
|
||||||
repoURL: 'https://charts.bitnami.com/bitnami'
|
|
||||||
chart: postgresql
|
|
||||||
targetRevision: 16.*.*
|
|
||||||
helm:
|
|
||||||
parameters:
|
|
||||||
- name: ingress.enabled
|
|
||||||
value: 'true'
|
|
||||||
- name: ingress.hostname
|
|
||||||
value: 'postgresql.innohub.local'
|
|
||||||
- name: ingress.annotations.kubernetes\.io\/ingress\.class
|
|
||||||
value: traefik
|
|
||||||
- name: auth.enablePostgresUser
|
|
||||||
value: 'true'
|
|
||||||
- name: auth.postgresPassword
|
|
||||||
value: 'InnoHubDB_2025!'
|
|
||||||
- name: image.tag
|
|
||||||
value: '17.5.0'
|
|
||||||
- name: primary.service.type
|
|
||||||
value: LoadBalancer
|
|
||||||
- name: primary.service.ports.postgresql
|
|
||||||
value: "5432"
|
|
||||||
# Timezone and listen config via postgresqlExtendedConf
|
|
||||||
- name: primary.postgresqlExtendedConf.timezone
|
|
||||||
value: Europe/Berlin
|
|
||||||
- name: primary.postgresqlExtendedConf.listen_addresses
|
|
||||||
value: '*'
|
|
||||||
# (optional) for log timestamps in Europe/Berlin
|
|
||||||
- name: primary.postgresqlExtendedConf.log_timezone
|
|
||||||
value: Europe/Berlin
|
|
||||||
destination:
|
|
||||||
server: 'https://192.168.4.202:6443'
|
|
||||||
namespace: postgresql
|
|
||||||
syncPolicy:
|
|
||||||
managedNamespaceMetadata:
|
|
||||||
labels:
|
|
||||||
pod-security.kubernetes.io/enforce: "privileged"
|
|
||||||
automated:
|
|
||||||
selfHeal: true
|
|
||||||
prune: true
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
- RespectIgnoreDifferences=true
|
|
||||||
Reference in New Issue
Block a user