forked from infra/ansible
asknot: drop old deploymentconfig
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f39cfe8e88
commit
d469c64a92
1 changed files with 0 additions and 48 deletions
|
|
@ -1,48 +0,0 @@
|
|||
---
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
metadata:
|
||||
name: asknot
|
||||
labels:
|
||||
app: asknot
|
||||
service: asknot
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
app: asknot
|
||||
service: asknot
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: asknot
|
||||
service: asknot
|
||||
spec:
|
||||
containers:
|
||||
- name: asknot
|
||||
image: registry/asknot:latest
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
volumeMounts:
|
||||
readinessProbe:
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 60
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 60
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
resources:
|
||||
volumes:
|
||||
triggers:
|
||||
- type: ImageChange
|
||||
imageChangeParams:
|
||||
automatic: true
|
||||
containerNames:
|
||||
- "asknot"
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: asknot:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue