Remove build/deployment triggers
This commit is contained in:
parent
364b9aac9f
commit
5bf612b336
3 changed files with 0 additions and 31 deletions
|
@ -22,16 +22,6 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
#triggers:
|
|
||||||
#- type: ConfigChange
|
|
||||||
#- type: ImageChange
|
|
||||||
# imageChangeParams:
|
|
||||||
# automatic: true
|
|
||||||
# containerNames:
|
|
||||||
# - frontend
|
|
||||||
# from:
|
|
||||||
# kind: ImageStreamTag
|
|
||||||
# name: frontend:latest
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|
|
@ -28,13 +28,3 @@ spec:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: ruby:2.3
|
name: ruby:2.3
|
||||||
namespace: openshift
|
namespace: openshift
|
||||||
#triggers:
|
|
||||||
#- type: GitHub
|
|
||||||
# github:
|
|
||||||
# secret: vo6X68zZF5Vo7Gr3VE6i
|
|
||||||
#- type: Generic
|
|
||||||
# generic:
|
|
||||||
# secret: 1mmeM9GOBvY2aS7rlF0f
|
|
||||||
#- type: ConfigChange
|
|
||||||
#- type: ImageChange
|
|
||||||
# imageChange: {}
|
|
||||||
|
|
|
@ -22,17 +22,6 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
#triggers:
|
|
||||||
#- type: ConfigChange
|
|
||||||
#- type: ImageChange
|
|
||||||
# imageChangeParams:
|
|
||||||
# automatic: true
|
|
||||||
# containerNames:
|
|
||||||
# - frontend
|
|
||||||
# from:
|
|
||||||
# kind: ImageStreamTag
|
|
||||||
# name: frontend:test
|
|
||||||
# namespace: rubex-dev
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|
Loading…
Reference in a new issue