initial commit
This commit is contained in:
10
env/aidev_env.bat
vendored
Normal file
10
env/aidev_env.bat
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
set dbuser=wksp_ai
|
||||
set dbpasswd=s!)löyx209aasgtrasdasiudkash5235FDSXljLJ
|
||||
set dbsid=freepdb1
|
||||
set dbhost=10.75.10.171
|
||||
set dbport=32710
|
||||
|
||||
set dbconnect=%dbuser%/%dbpasswd%@%dbhost%:%dbport%/%dbsid%
|
||||
set NLS_LANG=GERMAN_GERMANY.AL32UTF8
|
||||
chcp 65001
|
||||
21
env/frigo-dev.yaml
vendored
Normal file
21
env/frigo-dev.yaml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: v1
|
||||
kind: Config
|
||||
clusters:
|
||||
- name: "local"
|
||||
cluster:
|
||||
server: "https://rancherdev.express-o.org/k8s/clusters/local"
|
||||
insecure-skip-tls-verify: true
|
||||
|
||||
users:
|
||||
- name: "local"
|
||||
user:
|
||||
token: "kubeconfig-u-zugnvqkby7rgbsc:7f4n9tplsd9r2wpdl5bx2n72wwkmfvpvsfg56z8b88s2hq986rqsr4"
|
||||
|
||||
|
||||
contexts:
|
||||
- name: "local"
|
||||
context:
|
||||
user: "local"
|
||||
cluster: "local"
|
||||
|
||||
current-context: "local"
|
||||
0
env/history.log
vendored
Normal file
0
env/history.log
vendored
Normal file
Reference in New Issue
Block a user