Skip to content

Commit

Permalink
Merge pull request #222 from cho4036/render-test-local
Browse files Browse the repository at this point in the history
Minor fix: add oidc config on k8s api & set keycloak replica to 3ea
  • Loading branch information
ktkfree authored Nov 15, 2023
2 parents c731b00 + 1a32486 commit 11a3b3b
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 8 deletions.
1 change: 1 addition & 0 deletions aws-reference/tks-admin-tools/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ global:
charts:
- name: keycloak
override:
replicaCount: 3
global.storageClass: $(storageClass)
auth.adminPassword: $(commonPassword)
ingress.enabled: true
Expand Down
1 change: 1 addition & 0 deletions byoh-reference/tks-admin-tools/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ global:
charts:
- name: keycloak
override:
replicaCount: 3
global.storageClass: $(storageClass)
auth.adminPassword: $(commonPassword)
ingress.enabled: true
Expand Down
7 changes: 7 additions & 0 deletions byoh-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ global:
tksCpNode: CHNAGEME
tksInfraNode: CHNAGEME
tksUserNode: CHANGEME
keycloakIssuerUri: CHANGEME
keycloakClientId: CHANGEME
charts:
- name: cluster-api-byoh
override:
Expand All @@ -27,6 +29,11 @@ charts:
matchLabels:
role: $(clusterName)-control-plane
replicas: $(tksCpNode)
clusterConfiguration:
apiServer:
extraArgs:
oidc-client-id: $(keycloakClientId)
oidc-issuer-url: $(keycloakIssuerUri)
machineDeployment:
- name: taco
replicas: $(tksInfraNode)
Expand Down
1 change: 1 addition & 0 deletions byoh-ssu-reference/tks-admin-tools/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ global:
charts:
- name: keycloak
override:
replicaCount: 3
global.storageClass: $(storageClass)
auth.adminPassword: $(commonPassword)
ingress.enabled: true
Expand Down
7 changes: 7 additions & 0 deletions byoh-ssu-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ global:
tksCpNode: CHNAGEME
tksInfraNode: CHNAGEME
tksUserNode: CHANGEME
keycloakIssuerUri: CHANGEME
keycloakClientId: CHANGEME
charts:
- name: cluster-api-byoh
override:
Expand All @@ -27,6 +29,11 @@ charts:
matchLabels:
role: $(clusterName)-control-plane
replicas: $(tksCpNode)
clusterConfiguration:
apiServer:
extraArgs:
oidc-client-id: $(keycloakClientId)
oidc-issuer-url: $(keycloakIssuerUri)
machineDeployment:
- name: taco
replicas: $(tksInfraNode)
Expand Down
1 change: 1 addition & 0 deletions byoh-stage-reference/tks-admin-tools/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ global:
charts:
- name: keycloak
override:
replicaCount: 3
global.storageClass: $(storageClass)
auth.adminPassword: $(commonPassword)
ingress.enabled: true
Expand Down
7 changes: 7 additions & 0 deletions byoh-stage-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ global:
tksCpNode: CHNAGEME
tksInfraNode: CHNAGEME
tksUserNode: CHANGEME
keycloakIssuerUri: CHANGEME
keycloakClientId: CHANGEME
charts:
- name: cluster-api-byoh
override:
Expand All @@ -27,6 +29,11 @@ charts:
matchLabels:
role: $(clusterName)-control-plane
replicas: $(tksCpNode)
clusterConfiguration:
apiServer:
extraArgs:
oidc-client-id: $(keycloakClientId)
oidc-issuer-url: $(keycloakIssuerUri)
machineDeployment:
- name: taco
replicas: $(tksInfraNode)
Expand Down
1 change: 1 addition & 0 deletions byoh-suy-reference/tks-admin-tools/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ global:
charts:
- name: keycloak
override:
replicaCount: 3
global.storageClass: $(storageClass)
auth.adminPassword: $(commonPassword)
ingress.enabled: true
Expand Down
7 changes: 7 additions & 0 deletions byoh-suy-reference/tks-cluster/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ global:
tksCpNode: CHNAGEME
tksInfraNode: CHNAGEME
tksUserNode: CHANGEME
keycloakIssuerUri: CHANGEME
keycloakClientId: CHANGEME
charts:
- name: cluster-api-byoh
override:
Expand All @@ -27,6 +29,11 @@ charts:
matchLabels:
role: $(clusterName)-control-plane
replicas: $(tksCpNode)
clusterConfiguration:
apiServer:
extraArgs:
oidc-client-id: $(keycloakClientId)
oidc-issuer-url: $(keycloakIssuerUri)
machineDeployment:
- name: taco
replicas: $(tksInfraNode)
Expand Down
17 changes: 9 additions & 8 deletions eks-reference/tks-admin-tools/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ global:
charts:
- name: keycloak
override:
replicaCount: 3
global.storageClass: $(storageClass)
auth.adminPassword: $(commonPassword)
ingress.enabled: true
Expand Down Expand Up @@ -47,7 +48,7 @@ charts:
ingress:
hosts:
core: TO_BE_FIXED
className: "nginx"
className: "nginx"
externalURL: TO_BE_FIXED
persistence:
persistentVolumeClaim:
Expand All @@ -74,21 +75,21 @@ charts:
database:
type: external
external:
host: $(dbHost)
host: $(dbHost)
password: $(commonPassword)
sslmode: "require"
core:
replicas: 2
replicas: 2
jobservice:
replicas: 2
replicas: 2
registry:
replicas: 2
replicas: 2
chartmuseum:
replicas: 2
replicas: 2
trivy:
replicas: 2
replicas: 2
portal:
replicas: 2
replicas: 2
harborAdminPassword: $(commonPassword)

- name: ingress-nginx
Expand Down

0 comments on commit 11a3b3b

Please sign in to comment.