t_wの輪郭

Feedlyでフォローするボタン
あれYugabyteDBお試し2025年4月6日

yugabyte-pod.yaml

2025/4/6 11:33:00

yugabyte-pod.yaml

apiVersion: v1
kind: Pod
metadata:
  annotations:
    io.kubernetes.cri-o.SandboxID/yugabyted: 5b7a8a7dd16ecc351fe28affd5556d6603e80b0adfb4d52f89b47ce188a69e36
  creationTimestamp: "2025-04-06T02:25:32Z"
  labels:
    app: yugabyte-pod
  name: yugabyte-pod
spec:
  containers:
  - args:
    - yugabyted
    - start
    - --daemon=false
    env:
    - name: TERM
      value: xterm
    image: docker.io/yugabytedb/yugabyte:latest
    name: yugabyted
    ports:
    - containerPort: 5433
      hostPort: 5433
    - containerPort: 15433
      hostPort: 15433
    securityContext: {}
    tty: true
    volumeMounts:
    - mountPath: /mnt/disk0
      name: de03ab176ebb69ce40528b3fec54f4d2266a6a761f11875fb9effaff3406143d-pvc
    - mountPath: /mnt/disk1
      name: 09c3e8b43afc0af0ffdcce861a65a6b8a61a556663fda1e98003c9971e667da3-pvc
  volumes:
  - name: de03ab176ebb69ce40528b3fec54f4d2266a6a761f11875fb9effaff3406143d-pvc
    persistentVolumeClaim:
      claimName: de03ab176ebb69ce40528b3fec54f4d2266a6a761f11875fb9effaff3406143d
  - name: 09c3e8b43afc0af0ffdcce861a65a6b8a61a556663fda1e98003c9971e667da3-pvc
    persistentVolumeClaim:
      claimName: 09c3e8b43afc0af0ffdcce861a65a6b8a61a556663fda1e98003c9971e667da3
あれ