forked from infra/ansible
Removed ocp app ipsilon-website
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
488e9ae7e5
commit
5b88ef525f
3 changed files with 0 additions and 107 deletions
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: web
|
||||
labels:
|
||||
app: ipsilon-website
|
||||
spec:
|
||||
ports:
|
||||
- name: web
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: ipsilon-website
|
||||
deploymentconfig: web
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
---
|
||||
apiVersion: build.openshift.io/v1
|
||||
kind: BuildConfig
|
||||
metadata:
|
||||
name: web
|
||||
labels:
|
||||
app: ipsilon-website
|
||||
build: ipsilon-website
|
||||
spec:
|
||||
runPolicy: Serial
|
||||
source:
|
||||
type: Git
|
||||
git:
|
||||
uri: https://pagure.io/ipsilon-website.git
|
||||
ref: master
|
||||
contextDir: /
|
||||
strategy:
|
||||
type: Docker
|
||||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
name: ipsilon-website:latest
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
- type: "Generic"
|
||||
generic:
|
||||
secretReference:
|
||||
{% if env == "staging" %}
|
||||
name: "{{ ipsilon_website_stg_webhook_secret }}"
|
||||
{% else %}
|
||||
name: "{{ ipsilon_website_webhook_secret }}"
|
||||
{% endif %}
|
||||
|
|
@ -1,59 +0,0 @@
|
|||
---
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
metadata:
|
||||
name: web
|
||||
labels:
|
||||
app: ipsilon-website
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
app: ipsilon-website
|
||||
deploymentconfig: web
|
||||
strategy:
|
||||
type: Rolling
|
||||
activeDeadlineSeconds: 21600
|
||||
rollingParams:
|
||||
intervalSeconds: 1
|
||||
maxSurge: 25%
|
||||
maxUnavailable: 25%
|
||||
timeoutSeconds: 600
|
||||
updatePeriodSeconds: 1
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
app: ipsilon-website
|
||||
deploymentconfig: web
|
||||
spec:
|
||||
containers:
|
||||
- name: ipsilon-website
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
# protocol: TCP
|
||||
readinessProbe:
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
# resources: {}
|
||||
# terminationMessagePath: /dev/termination-log
|
||||
# terminationMessagePolicy: File
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
imageChangeParams:
|
||||
automatic: true
|
||||
containerNames:
|
||||
- ipsilon-website
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: ipsilon-website:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue