# Save the output of this file and use kubectl create -f to import # it into Kubernetes. # # Created with podman-4.3.1 apiVersion: v1 kind: Pod metadata: annotations: io.kubernetes.cri-o.ContainerType/kafka-1-podified: container io.kubernetes.cri-o.ContainerType/postgres-1-podified: container io.kubernetes.cri-o.ContainerType/zookeeper-1-podified: container io.kubernetes.cri-o.SandboxID/kafka-1-podified: 9136af0707d5fa92dc006914b3db9b011403ec3126f50a7db95e1b39c3612fc io.kubernetes.cri-o.SandboxID/postgres-1-podified: 9136af0707d5fa92dc006914b3db9b011403ec3126f50a7db95e1b39c3612fc io.kubernetes.cri-o.SandboxID/zookeeper-1-podified: 9136af0707d5fa92dc006914b3db9b011403ec3126f50a7db95e1b39c3612fc io.podman.annotations.autoremove/kafka-1-podified: "FALSE" io.podman.annotations.autoremove/postgres-1-podified: "FALSE" io.podman.annotations.autoremove/zookeeper-1-podified: "FALSE" io.podman.annotations.init/kafka-1-podified: "FALSE" io.podman.annotations.init/postgres-1-podified: "FALSE" io.podman.annotations.init/zookeeper-1-podified: "FALSE" io.podman.annotations.privileged/kafka-1-podified: "FALSE" io.podman.annotations.privileged/postgres-1-podified: "FALSE" io.podman.annotations.privileged/zookeeper-1-podified: "FALSE" io.podman.annotations.publish-all/kafka-1-podified: "FALSE" io.podman.annotations.publish-all/postgres-1-podified: "FALSE" io.podman.annotations.publish-all/zookeeper-1-podified: "FALSE" creationTimestamp: "2022-12-23T10:39:37Z" labels: app: platform-pod name: platform-pod spec: automountServiceAccountToken: false containers: - args: - /opt/bitnami/scripts/kafka/run.sh env: - name: KAFKA_LOG4J_LOGGERS value: kafka.controller - name: KAFKA_ADVERTISED_LISTENERS value: PLAINTEXT://localhost:9092 - name: HOSTNAME value: 62c3907532b1 - name: ALLOW_PLAINTEXT_LISTENER value: "1" - name: KAFKA_ZOOKEEPER_CONNECT value: zookeeper:2181 - name: KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR value: "1" - name: KAFKA_LOG4J_ROOT_LOGLEVEL value: INFO - name: KAFKA_BROKER_ID value: "1" image: docker.io/bitnami/kafka:2.8.1 name: kafka-1-podified ports: - containerPort: 2181 hostPort: 2181 - containerPort: 5432 hostPort: 5432 - containerPort: 9092 hostPort: 9092 resources: {} securityContext: capabilities: drop: - CAP_MKNOD - CAP_NET_RAW - CAP_AUDIT_WRITE - args: - /opt/bitnami/scripts/zookeeper/run.sh env: - name: ALLOW_ANONYMOUS_LOGIN value: "1" - name: ZOOKEEPER_TICK_TIME value: "2000" - name: HOSTNAME value: c6b1d96ca048 - name: ZOOKEEPER_CLIENT_PORT value: "2181" image: docker.io/bitnami/zookeeper:3.7 name: zookeeper-1-podified resources: {} securityContext: capabilities: drop: - CAP_MKNOD - CAP_NET_RAW - CAP_AUDIT_WRITE - args: - postgres env: - name: POSTGRES_USER value: postgres - name: POSTGRES_PORT value: "5432" - name: POSTGRES_PASSWORD value: open - name: HOSTNAME value: postgres_platform - name: POSTGRES_DB value: platform - name: HOME value: /root image: docker.io/library/postgres:14-alpine name: postgres-1-podified resources: {} securityContext: capabilities: drop: - CAP_MKNOD - CAP_NET_RAW - CAP_AUDIT_WRITE volumeMounts: - mountPath: /var/lib/postgresql/data name: 86075e4106615716b33abcce20427ab88b1f2c8ecf10a1335c77b3678ab6ed16-pvc enableServiceLinks: false hostname: platform-pod restartPolicy: Never volumes: - name: 86075e4106615716b33abcce20427ab88b1f2c8ecf10a1335c77b3678ab6ed16-pvc persistentVolumeClaim: claimName: 86075e4106615716b33abcce20427ab88b1f2c8ecf10a1335c77b3678ab6ed16 status: {}