forked from adnovum/kustomize-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploymentconfig.yaml
41 lines (41 loc) · 1.07 KB
/
deploymentconfig.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
generation: 1
name: gzd-batchkette-ui
spec:
replicas: 1
revisionHistoryLimit: 10
strategy:
type: Rolling
template:
metadata:
creationTimestamp: null
labels:
deployment-config.name: gzd-batchkette-ui
spec:
containers:
- image: >-
docker-registry.default.svc:5000/sclorg/nginx-ex
imagePullPolicy: Always
name: default-container
volumeMounts:
- mountPath: /etc/opt/rh/rh-nginx112/nginx/conf.d/nginx-include.conf
name: volume-nginx-include-conf
subPath: nginx-include.conf
volumes:
- configMap:
defaultMode: 420
items:
- key: nginx-include.conf
path: nginx-include.conf
name: nginx-include-conf
name: volume-nginx-include-conf
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
test: false
triggers:
- type: ConfigChange