kompose/script/test/fixtures/deploy/placement/output-placement-os.yaml
shubhindia 204dff4dab drop openshift status as well
Signed-off-by: shubhindia <shubhindia123@gmail.com>
2023-10-30 15:16:24 +05:30

113 lines
2.4 KiB
YAML

---
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
io.kompose.service: redis
name: redis
spec:
ports:
- name: "6379"
port: 6379
targetPort: 6379
selector:
io.kompose.service: redis
---
apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
labels:
io.kompose.service: redis
name: redis
spec:
replicas: 1
selector:
io.kompose.service: redis
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
io.kompose.network/placement-default: "true"
io.kompose.service: redis
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- machine
- key: kubernetes.io/os
operator: In
values:
- ubuntu 14.04
- key: foo
operator: NotIn
values:
- bar
containers:
- image: ' '
name: redis
ports:
- containerPort: 6379
protocol: TCP
resources: {}
restartPolicy: Always
topologySpreadConstraints:
- labelSelector:
matchLabels:
io.kompose.service: redis
maxSkew: 2
topologyKey: zone
whenUnsatisfiable: ScheduleAnyway
- labelSelector:
matchLabels:
io.kompose.service: redis
maxSkew: 1
topologyKey: ssd
whenUnsatisfiable: ScheduleAnyway
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- redis
from:
kind: ImageStreamTag
name: redis:latest
type: ImageChange
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
creationTimestamp: null
labels:
io.kompose.service: redis
name: redis
spec:
lookupPolicy:
local: false
tags:
- annotations: null
from:
kind: DockerImage
name: redis
generation: null
importPolicy: {}
name: latest
referencePolicy:
type: ""