Skip to content

Commit

Permalink
feature. add tks-portal
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Mar 21, 2022
1 parent 3ea7d5f commit ce225b0
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
41 changes: 41 additions & 0 deletions service-mesh/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,3 +408,44 @@ spec:
optimization:
interval: "5s"
wait: true
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
labels:
name: servicemesh-portal
name: servicemesh-portal
spec:
helmVersion: v3
chart:
type: helmrepo
repository: https://openinfradev.github.io/helm-repo
name: servicemesh-portal
version: 0.1.0
releaseName: servicemesh-portal
targetNamespace: istio-system
values:
application:
spring:
profiles:
active: prod,log
server:
port: 8080
tks:
admin:
username: admin
password: password
url: https://dashboard-v2.taco-cat.xyz
harbor:
url: https://harbor-v2.taco-cat.xyz
keycloak:
realm: realm
resource: portal
credentials:
secret: SECRET
auth-server-url: https://keycloak-v2.taco-cat.xyz/auth
service:
type: ClusterIP
port: 9110
containerPort: 8080
wait: true
17 changes: 16 additions & 1 deletion service-mesh/base/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,19 @@ charts:
override:
namespace: istio-system
aggregation.interval: "15s"
optimization.interval: "15s"
optimization.interval: "15s"

- name: servicemesh-portal
override:
namespace: istio-system
application:
tks:
admin:
username: admin
password: Cjnc5QWn8NPjLw==
url: https://dashboard-04a70f29.taco-cat.xyz
keycloak:
realm: 04a70f29
credentials:
secret: jKWPlZn6uDg26K5db54XmTMaPflBQdQJ
auth-server-url: https://keycloak-eom.taco-cat.xyz/auth

0 comments on commit ce225b0

Please sign in to comment.