Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUTO: Docs repo sync - Helm Charts #587

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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