add postgres
This commit is contained in:
@@ -9,8 +9,8 @@ repositories:
|
||||
url: https://kubernetes.github.io/ingress-nginx
|
||||
- name: bitnami
|
||||
url: https://charts.bitnami.com/bitnami
|
||||
- name: 1password
|
||||
url: https://1password.github.io/connect-helm-charts
|
||||
- name: postgres
|
||||
url: https://cloudnative-pg.github.io/charts
|
||||
---
|
||||
releases:
|
||||
# Distributed Storage
|
||||
@@ -49,10 +49,8 @@ releases:
|
||||
values:
|
||||
- ./values/externaldns.values.yaml
|
||||
|
||||
# 1Password Operator
|
||||
- name: 1password-system
|
||||
namespace: 1password-system
|
||||
chart: 1password/connect
|
||||
version: 1.15.1
|
||||
values:
|
||||
- ./values/1password.values.yaml
|
||||
# Postgres operator
|
||||
- name: postgres-system
|
||||
namespace: postgres-system
|
||||
chart: cnpg/cloudnative-pg
|
||||
version: 0.21.6
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
connect:
|
||||
credentials: "1password-credentials.json"
|
||||
operator:
|
||||
create: true
|
||||
token:
|
||||
value: ${OP_TOKEN}
|
||||
autoRestart: true
|
||||
@@ -1,17 +1,13 @@
|
||||
controller:
|
||||
ingressClassResource:
|
||||
# -- Name of the ingressClass
|
||||
name: nginx-internal
|
||||
# -- Is this ingressClass enabled or not
|
||||
enabled: true
|
||||
# -- Is this the default ingressClass for the cluster
|
||||
default: true
|
||||
# -- Controller-value of the controller that is processing this ingressClass
|
||||
controllerValue: "k8s.io/ingress-nginx"
|
||||
# -- Parameters is a link to a custom resource containing additional
|
||||
# configuration for the controller. This is optional if the controller
|
||||
# does not require extra parameters.
|
||||
parameters: {}
|
||||
# -- For backwards compatibility with ingress.class annotation, use ingressClass.
|
||||
# Algorithm is as follows, first ingressClassName is considered, if not present, controller looks for ingress.class annotation
|
||||
ingressClass: nginx-internal
|
||||
service:
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: postgres.home
|
||||
tcp:
|
||||
5432: "postgres-system/postgres-cluster-rw:5432"
|
||||
|
||||
Reference in New Issue
Block a user