Skip to content

Instantly share code, notes, and snippets.

@jeffmaury
Created September 8, 2016 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffmaury/7d0230d2616028b45d38c28c3a41698a to your computer and use it in GitHub Desktop.
Save jeffmaury/7d0230d2616028b45d38c28c3a41698a to your computer and use it in GitHub Desktop.
# Please edit the object below. Lines beginning with a '#' will be ignored,
# and an empty file will abort the edit. If an error occurs while saving this file will be
# reopened with the relevant failures.
#
apiVersion: v1
kind: DeploymentConfig
metadata:
annotations:
openshift.io/generated-by: jbosstools-openshift
creationTimestamp: 2016-09-08T11:44:21Z
labels:
deploymentconfig: aloha
name: aloha
namespace: rrrrr
resourceVersion: "2516"
selfLink: /oapi/v1/namespaces/rrrrr/deploymentconfigs/aloha
uid: 956040f7-75b9-11e6-91d0-525400dbdf24
spec:
replicas: 1
selector:
deploymentconfig: aloha
strategy:
resources: {}
rollingParams:
intervalSeconds: 1
maxSurge: 25%
maxUnavailable: 25%
timeoutSeconds: 600
updatePeriodSeconds: 1
type: Rolling
template:
metadata:
creationTimestamp: null
labels:
deploymentconfig: aloha
spec:
containers:
- image: jeff/aloha:2
imagePullPolicy: IfNotPresent
name: aloha
ports:
- containerPort: 8080
name: 8080-tcp
protocol: TCP
- containerPort: 9779
name: 9779-tcp
protocol: TCP
- containerPort: 8778
name: 8778-tcp
protocol: TCP
- containerPort: 8779
name: 8779-tcp
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
dnsPolicy: ClusterFirst
restartPolicy: Always
securityContext: {}
terminationGracePeriodSeconds: 30
test: false
triggers:
- type: ConfigChange
status:
details:
causes:
- type: ConfigChange
latestVersion: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment