Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apiVersion: v1
- kind: Pod
- metadata:
- creationTimestamp: null
- labels:
- io.kompose.network/ar2bc: "true"
- io.kompose.service: dev-couchdb1
- name: dev-couchdb1
- spec:
- containers:
- - env:
- - name: COUCHDB_PASSWORD
- value: couchdb123
- - name: COUCHDB_USER
- value: ' couchdb'
- image: hyperledger/fabric-couchdb
- name: dev-couchdb1
- ports:
- - containerPort: 5984
- resources: {}
- volumeMounts:
- - mountPath: /opt/couchdb/data
- name: couchdb1.isprint.ar2dev.accessreal.com
- nodeSelector:
- kubernetes.io/hostname: isprintdev
- restartPolicy: OnFailure
- volumes:
- - hostPath:
- path: C:\Users\chinkaio\Desktop\kubernetes
- name: couchdb1.isprint.ar2dev.accessreal.com
- status: {}
Advertisement
Add Comment
Please, Sign In to add comment