Guest User

dev-couchdb1-pod.yaml

a guest
May 3rd, 2021
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4. creationTimestamp: null
  5. labels:
  6. io.kompose.network/ar2bc: "true"
  7. io.kompose.service: dev-couchdb1
  8. name: dev-couchdb1
  9. spec:
  10. containers:
  11. - env:
  12. - name: COUCHDB_PASSWORD
  13. value: couchdb123
  14. - name: COUCHDB_USER
  15. value: ' couchdb'
  16. image: hyperledger/fabric-couchdb
  17. name: dev-couchdb1
  18. ports:
  19. - containerPort: 5984
  20. resources: {}
  21. volumeMounts:
  22. - mountPath: /opt/couchdb/data
  23. name: couchdb1.isprint.ar2dev.accessreal.com
  24. nodeSelector:
  25. kubernetes.io/hostname: isprintdev
  26. restartPolicy: OnFailure
  27. volumes:
  28. - hostPath:
  29. path: C:\Users\chinkaio\Desktop\kubernetes
  30. name: couchdb1.isprint.ar2dev.accessreal.com
  31. status: {}
  32.  
Advertisement
Add Comment
Please, Sign In to add comment