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

71 lines
1.3 KiB
YAML

---
apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
creationTimestamp: null
labels:
io.kompose.service: myservice
name: myservice
spec:
replicas: 1
selector:
io.kompose.service: myservice
strategy:
resources: {}
template:
metadata:
creationTimestamp: null
labels:
io.kompose.network/envvars-interpolation-default: "true"
io.kompose.service: myservice
spec:
containers:
- args:
- curl
- :///
env:
- name: DOMAIN
value: google.com
- name: PROTOCOL
value: https
image: ' '
name: myservice
resources: {}
restartPolicy: Always
test: false
triggers:
- type: ConfigChange
- imageChangeParams:
automatic: true
containerNames:
- myservice
from:
kind: ImageStreamTag
name: myservice:latest
type: ImageChange
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
creationTimestamp: null
labels:
io.kompose.service: myservice
name: myservice
spec:
lookupPolicy:
local: false
tags:
- annotations: null
from:
kind: DockerImage
name: alpine
generation: null
importPolicy: {}
name: latest
referencePolicy:
type: ""