Updated installation and components
[nonrtric/plt/ranpm.git] / install / helm / nrt-base-0 / charts / kafka-client / templates / app-pod.yaml
index d44896a..8ef8b8f 100644 (file)
 apiVersion: v1
 kind: Pod
 metadata:
-  name: client
+  name: kafka-client
   namespace: nonrtric
   labels:
-    app: client
+    app: kafka-client
 spec:
   restartPolicy: Always
   containers:
-  - name: client
+  - name: kafka-client
     image: confluentinc/cp-kafka:7.2.2
     command: ['sh', '-c', 'while [ true ];do sleep 60;done']
     imagePullPolicy: IfNotPresent