cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 2252d8b069f296114270a35a460238cca736a144
parent 45744996f1a9a9b19587da1f5e88dd6e133a3db3
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun,  7 Jul 2024 22:19:59 +0200

Disable  postgres-operator-ui

Diffstat:
Mapps/2024_cluster/postgres-operator-values.yaml | 64++++++++++++++++++++++++++++++++--------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/apps/2024_cluster/postgres-operator-values.yaml b/apps/2024_cluster/postgres-operator-values.yaml @@ -12,35 +12,35 @@ spec: configKubernetes: cluster_name_label: "midnightthoughts" enable_readiness_probe: true ---- -apiVersion: helm.toolkit.fluxcd.io/v2beta2 -kind: HelmRelease -metadata: - name: postgres-operator-ui - namespace: postgres-operator -spec: - chart: - spec: - version: "1.11.x" - values: - envs: - teams: - - "midnightthoughts" - - "matrix" - superuser_team: "midnightthoughts" - targetNamespace: "*" - operatorClusterNameLabel: "midnightthoughts" - ingress: - enabled: true - annotations: - traefik.ingress.kubernetes.io/router.middlewares: traefik-ingress-sso@kubernetescrd - cert-manager.io/cluster-issuer: letsencrypt-dns - hosts: - - host: postgres-ui.midnightthoughts.space - paths: ["/"] - tls: - - secretName: postgres-ui.midnightthoughts.space-tls - hosts: - - postgres-ui.midnightthoughts.space - configKubernetes: - enable_pod_antiaffinity: true +# --- +# apiVersion: helm.toolkit.fluxcd.io/v2beta2 +# kind: HelmRelease +# metadata: +# name: postgres-operator-ui +# namespace: postgres-operator +# spec: +# chart: +# spec: +# version: "1.11.x" +# values: +# envs: +# teams: +# - "midnightthoughts" +# - "matrix" +# superuser_team: "midnightthoughts" +# targetNamespace: "*" +# operatorClusterNameLabel: "midnightthoughts" +# ingress: +# enabled: true +# annotations: +# traefik.ingress.kubernetes.io/router.middlewares: traefik-ingress-sso@kubernetescrd +# cert-manager.io/cluster-issuer: letsencrypt-dns +# hosts: +# - host: postgres-ui.midnightthoughts.space +# paths: ["/"] +# tls: +# - secretName: postgres-ui.midnightthoughts.space-tls +# hosts: +# - postgres-ui.midnightthoughts.space +# configKubernetes: +# enable_pod_antiaffinity: true