Skip to content

Commit

Permalink
updated db network
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfur committed Jul 26, 2024
1 parent bd64548 commit 9ff7e9d
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 8 deletions.
Binary file modified ai-workshop-1.0.4.tgz
Binary file not shown.
Binary file modified analytics-server-1.0.0.tgz
Binary file not shown.
Binary file modified cloudbeaver-1.0.0.tgz
Binary file not shown.
Binary file modified fallwerte-1.0.0.tgz
Binary file not shown.
Binary file modified goldengate-bigdata-1.0.0.tgz
Binary file not shown.
Binary file modified goldengate-mssql-1.0.0.tgz
Binary file not shown.
Binary file modified goldengate-mysql-1.0.0.tgz
Binary file not shown.
Binary file modified goldengate-oracle-1.0.0.tgz
Binary file not shown.
Binary file modified goldengate-postgres-1.0.0.tgz
Binary file not shown.
Binary file modified graph-server-1.0.0.tgz
Binary file not shown.
Binary file modified jupyterhub-1.3.8.tgz
Binary file not shown.
Binary file modified kafka-18.0.3.tgz
Binary file not shown.
Binary file modified oml4py-notebook-1.0.0.tgz
Binary file not shown.
Binary file modified ords-1.0.0.tgz
Binary file not shown.
Binary file modified radlaufstellen-1.0.0.tgz
Binary file not shown.
Binary file modified sqlcl-liquibase-1.0.0.tgz
Binary file not shown.
Binary file modified stream-analytics-1.0.0.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions var_aiworkshop/templates/pdb-prepare-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ spec:
- /scripts/prepare.sh
env:
- name: DB_HOST
value: {{ .Values.cdb.cdbName }}.privatek8snet.k8snet.oraclevcn.com
value: {{ .Values.cdb.cdbName }}.{{ .Values.cdb.suffix }}
- name: DB_SERVICE
value: {{ .Release.Name }}.privatek8snet.k8snet.oraclevcn.com
value: {{ .Release.Name }}.{{ .Values.cdb.suffix }}
- name: DB_PASSWORD
valueFrom:
secretKeyRef:
Expand All @@ -40,9 +40,9 @@ spec:
- /scripts/testconn.sh
env:
- name: DB_HOST
value: {{ .Values.cdb.cdbName }}.privatek8snet.k8snet.oraclevcn.com
value: {{ .Values.cdb.cdbName }}.{{ .Values.cdb.suffix }}
- name: DB_SERVICE
value: {{ .Release.Name }}.privatek8snet.k8snet.oraclevcn.com
value: {{ .Release.Name }}.{{ .Values.cdb.suffix }}
- name: DB_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
4 changes: 2 additions & 2 deletions var_aiworkshop/templates/sqlplus-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ spec:
- name: app
env:
- name: HOST_NAME
value: db23ai.privatek8snet.k8snet.oraclevcn.com
value: db23ai.{{ .Values.cdb.suffix }}
- name: PDB_NAME
value: {{ .Release.Name }}.privatek8snet.k8snet.oraclevcn.com
value: {{ .Release.Name }}.{{ .Values.cdb.suffix }}
- name: USER
value: vector
- name: PASSWD
Expand Down
5 changes: 3 additions & 2 deletions var_aiworkshop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
#
netzwerk:
gateway: istio-system/http-istio-gateway
suffix: .141.147.33.9.nip.io
suffix: .130.61.137.234.nip.io

cdb:
namespace: 23aidemo
namespace: 23aicdb
cdbResourceName: ai23-cloud-cdb
cdbName: DB23ai
suffix: subbb3fff175.quickcluster.oraclevcn.com

Binary file modified var_dashboard-0.1.0.tgz
Binary file not shown.
Binary file modified varraddauerzaehlstellen-1.0.3.tgz
Binary file not shown.
Binary file modified vartest-1.0.4.tgz
Binary file not shown.

0 comments on commit 9ff7e9d

Please sign in to comment.