Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- containers:
- - image: gitlab.*******.net:5001/*******/app-***/dev:*************
- imagePullPolicy: Always
- name: nl-*****-app-apache
- ports:
- - containerPort: 80
- protocol: TCP
- resources: {}
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- - envFrom:
- - secretRef:
- name: nl-*****-generic
- image: gitlab.*******.net:5001/*******/app-***/dev:*************
- imagePullPolicy: Always
- name: nl-*****-app-php
- resources: {}
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- volumeMounts:
- - mountPath: /var/www/html/bots/networks/getOrders/dumps/
- name: nl-*****-shared-volume
- dnsPolicy: ClusterFirst
- imagePullSecrets:
- - name: docker-registry-nl-*****
- restartPolicy: Always
- schedulerName: default-scheduler
- securityContext:
- fsGroup: 1000
- runAsGroup: 1000
- runAsUser: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement