Skip to content

Commit

Permalink
AUTO: Sync Helm Charts docs to ScalarDL docs site repo (#585)
Browse files Browse the repository at this point in the history
Co-authored-by: josh-wong <joshua.wong@scalar-labs.com>
  • Loading branch information
github-actions[bot] and josh-wong authored Nov 14, 2024
1 parent 45d2465 commit ee69f4d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ CA 証明書ファイルはクライアントコンテナーで使用します
spec:
containers:
- name: scalardb-cluster-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jre-jammy
command: ['sleep']
args: ['inf']
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ ScalarDB Cluster は、バックエンドデータベースとして何らかの
spec:
containers:
- name: scalardb-cluster-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jre-jammy
command: ['sleep']
args: ['inf']
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ ScalarDB は、バックエンド データベースとして何らかのデー

1. Kubernetes クラスター上でクライアント コンテナーを起動します。
```console
kubectl run scalardb-client --image eclipse-temurin:8 --command sleep inf
kubectl run scalardb-client --image eclipse-temurin:8-jdk --command sleep inf
```

1. クライアントコンテナが実行されているかどうかを確認します。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Helm Charts を使用して、Kubernetes クラスターに 2 つの ScalarDL Sc
spec:
containers:
- name: scalardl-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jdk
command: ['sleep']
args: ['inf']
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ Helm Chart を使用して、Kubernetes クラスターに 2 つの ScalarDL Sch
spec:
containers:
- name: scalardl-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jdk
command: ['sleep']
args: ['inf']
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ ScalarDL Schema Loader は、PostgreSQL で ScalarDL Ledger と Auditor の DB
spec:
containers:
- name: scalardl-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jdk
command: ['sleep']
args: ['inf']
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ ScalarDL Schema Loader は、PostgreSQL で ScalarDL Ledger の DB スキーマ
spec:
containers:
- name: scalardl-client
image: eclipse-temurin:8
image: eclipse-temurin:8-jdk
command: ['sleep']
args: ['inf']
volumeMounts:
Expand Down

0 comments on commit ee69f4d

Please sign in to comment.