Skip to content

Commit

Permalink
Merge pull request #105 from bcgov/gold-cred-1130
Browse files Browse the repository at this point in the history
Gold cred 1130
  • Loading branch information
thegentlemanphysicist authored Apr 12, 2022
2 parents 4e8504f + 0d70b1d commit d3eae59
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 25 deletions.
9 changes: 6 additions & 3 deletions helm/keycloak/values-c6af30-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
replicaCount: 1
replicaCount: 2

project: sso-keycloak
nameOverride: sso-keycloak
fullnameOverride: sso-keycloak

image:
tag: 7.5-9-rc.2
Expand All @@ -11,10 +13,11 @@ service:

postgres:
host: sso-patroni
database: ssokeycloak
credentials:
secret: sso-patroni
usernameKey: username-superuser
passwordKey: password-superuser
usernameKey: username-appuser
passwordKey: password-appuser

tls:
enabled: true
Expand Down
11 changes: 7 additions & 4 deletions helm/keycloak/values-c6af30-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
replicaCount: 1
replicaCount: 3

project: sso-keycloak
nameOverride: sso-keycloak
fullnameOverride: sso-keycloak

image:
tag: 7.5-9-rc.2
Expand All @@ -11,18 +13,19 @@ service:

postgres:
host: sso-patroni
database: ssokeycloak
credentials:
secret: sso-patroni
usernameKey: username-superuser
passwordKey: password-superuser
usernameKey: username-appuser
passwordKey: password-appuser

tls:
enabled: true

resources:
limits:
cpu: 1
memory: 1Gi
memory: 2Gi
requests:
cpu: 500m
memory: 1Gi
7 changes: 5 additions & 2 deletions helm/keycloak/values-eb75ad-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
replicaCount: 5

project: sso-keycloak
nameOverride: sso-keycloak
fullnameOverride: sso-keycloak

image:
tag: 7.5-9-rc.2
Expand All @@ -11,10 +13,11 @@ service:

postgres:
host: sso-patroni
database: ssokeycloak
credentials:
secret: sso-patroni
usernameKey: username-superuser
passwordKey: password-superuser
usernameKey: username-appuser
passwordKey: password-appuser

tls:
enabled: true
Expand Down
7 changes: 5 additions & 2 deletions helm/keycloak/values-eb75ad-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
replicaCount: 5

project: sso-keycloak
nameOverride: sso-keycloak
fullnameOverride: sso-keycloak

image:
tag: 7.5-9-rc.2
Expand All @@ -11,10 +13,11 @@ service:

postgres:
host: sso-patroni
database: ssokeycloak
credentials:
secret: sso-patroni
usernameKey: username-superuser
passwordKey: password-superuser
usernameKey: username-appuser
passwordKey: password-appuser

tls:
enabled: true
Expand Down
7 changes: 5 additions & 2 deletions helm/keycloak/values-eb75ad-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
replicaCount: 5

project: sso-keycloak
nameOverride: sso-keycloak
fullnameOverride: sso-keycloak

image:
tag: 7.5-9-rc.2
Expand All @@ -11,10 +13,11 @@ service:

postgres:
host: sso-patroni
database: ssokeycloak
credentials:
secret: sso-patroni
usernameKey: username-superuser
passwordKey: password-superuser
usernameKey: username-appuser
passwordKey: password-appuser

tls:
enabled: true
Expand Down
12 changes: 4 additions & 8 deletions helm/patroni/values-c6af30-dev-sso-patroni.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
replicaCount: 3

image:
repository: gcr.io/ggl-cas-storage/cas-postgres
# https://github.com/zalando/spilo/releases/tag/2.1-p1
# RH SSO JDBC is enable to connect to PostgreSQL 14
repository: registry.opensource.zalan.do/acid/spilo-13
pullPolicy: Always
tag: "0.3.0"
tag: 2.1-p1

project: sso-keycloak
nameOverride: sso-patroni
Expand Down Expand Up @@ -33,9 +35,3 @@ kubernetes:
enable: true
walE:
enable: false

# auth:
# existingSecret: sso-patroni
# superuser:
# username: username-superuser
# password: password-superuser
10 changes: 8 additions & 2 deletions helm/patroni/values-c6af30-prod-sso-patroni.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
replicaCount: 3

image:
repository: gcr.io/ggl-cas-storage/cas-postgres
# https://github.com/zalando/spilo/releases/tag/2.1-p1
# RH SSO JDBC is enable to connect to PostgreSQL 14
repository: registry.opensource.zalan.do/acid/spilo-13
pullPolicy: Always
tag: "0.3.0"
tag: 2.1-p1

project: sso-keycloak
nameOverride: sso-patroni
Expand All @@ -12,6 +14,10 @@ fullnameOverride: sso-patroni
auth:
existingSecret: sso-patroni

appdb:
create: true
dbname: ssokeycloak

env:
ALLOW_NOSSL: "true"

Expand Down
10 changes: 8 additions & 2 deletions helm/patroni/values-c6af30-test-sso-patroni.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
replicaCount: 3

image:
repository: gcr.io/ggl-cas-storage/cas-postgres
# https://github.com/zalando/spilo/releases/tag/2.1-p1
# RH SSO JDBC is enable to connect to PostgreSQL 14
repository: registry.opensource.zalan.do/acid/spilo-13
pullPolicy: Always
tag: "0.3.0"
tag: 2.1-p1

project: sso-keycloak
nameOverride: sso-patroni
Expand All @@ -12,6 +14,10 @@ fullnameOverride: sso-patroni
auth:
existingSecret: sso-patroni

appdb:
create: true
dbname: ssokeycloak

env:
ALLOW_NOSSL: "true"

Expand Down
4 changes: 4 additions & 0 deletions helm/patroni/values-eb75ad-dev-sso-patroni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ fullnameOverride: sso-patroni
auth:
existingSecret: sso-patroni

appdb:
create: true
dbname: ssokeycloak

env:
ALLOW_NOSSL: "true"

Expand Down
4 changes: 4 additions & 0 deletions helm/patroni/values-eb75ad-prod-sso-patroni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ fullnameOverride: sso-patroni
auth:
existingSecret: sso-patroni

appdb:
create: true
dbname: ssokeycloak

env:
ALLOW_NOSSL: "true"

Expand Down
4 changes: 4 additions & 0 deletions helm/patroni/values-eb75ad-test-sso-patroni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ fullnameOverride: sso-patroni
auth:
existingSecret: sso-patroni

appdb:
create: true
dbname: ssokeycloak

env:
ALLOW_NOSSL: "true"

Expand Down

0 comments on commit d3eae59

Please sign in to comment.