Advertisement
Guest User

Untitled

a guest
Dec 25th, 2020
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. containers:
  2. - image: gitlab.*******.net:5001/*******/app-***/dev:*************
  3. imagePullPolicy: Always
  4. name: nl-*****-app-apache
  5. ports:
  6. - containerPort: 80
  7. protocol: TCP
  8. resources: {}
  9. terminationMessagePath: /dev/termination-log
  10. terminationMessagePolicy: File
  11. - envFrom:
  12. - secretRef:
  13. name: nl-*****-generic
  14. image: gitlab.*******.net:5001/*******/app-***/dev:*************
  15. imagePullPolicy: Always
  16. name: nl-*****-app-php
  17. resources: {}
  18. terminationMessagePath: /dev/termination-log
  19. terminationMessagePolicy: File
  20. volumeMounts:
  21. - mountPath: /var/www/html/bots/networks/getOrders/dumps/
  22. name: nl-*****-shared-volume
  23. dnsPolicy: ClusterFirst
  24. imagePullSecrets:
  25. - name: docker-registry-nl-*****
  26. restartPolicy: Always
  27. schedulerName: default-scheduler
  28. securityContext:
  29. fsGroup: 1000
  30. runAsGroup: 1000
  31. runAsUser: 0
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement