Skip to content

Instantly share code, notes, and snippets.

@satr
Created February 23, 2022 09:17
Show Gist options
  • Save satr/b6d4467e4f096f5334fec37448e538f0 to your computer and use it in GitHub Desktop.
Save satr/b6d4467e4f096f5334fec37448e538f0 to your computer and use it in GitHub Desktop.
openshift-deployment
kind: "DeploymentConfig"
apiVersion: "v1"
metadata:
name: "frontend"
spec:
template:
metadata:
labels:
name: "frontend"
spec:
containers:
- name: "helloworld"
image: "openshift/origin-ruby-sample"
ports:
- containerPort: 8080
protocol: "TCP"
replicas: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment