1
0
Fork 0
forked from infra/ansible

asknot: drop old deploymentconfig

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-03-30 15:06:15 -07:00
commit d469c64a92

View file

@ -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