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:
|
||||
- containerPort: 8080
|
||||
protocol: TCP
|
||||
#triggers:
|
||||
#- type: ConfigChange
|
||||
#- type: ImageChange
|
||||
# imageChangeParams:
|
||||
# automatic: true
|
||||
# containerNames:
|
||||
# - frontend
|
||||
# from:
|
||||
# kind: ImageStreamTag
|
||||
# name: frontend:latest
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
|
@ -28,13 +28,3 @@ spec:
|
|||
kind: ImageStreamTag
|
||||
name: ruby:2.3
|
||||
namespace: openshift
|
||||
#triggers:
|
||||
#- type: GitHub
|
||||
# github:
|
||||
# secret: vo6X68zZF5Vo7Gr3VE6i
|
||||
#- type: Generic
|
||||
# generic:
|
||||
# secret: 1mmeM9GOBvY2aS7rlF0f
|
||||
#- type: ConfigChange
|
||||
#- type: ImageChange
|
||||
# imageChange: {}
|
||||
|
|
|
@ -22,17 +22,6 @@ spec:
|
|||
ports:
|
||||
- containerPort: 8080
|
||||
protocol: TCP
|
||||
#triggers:
|
||||
#- type: ConfigChange
|
||||
#- type: ImageChange
|
||||
# imageChangeParams:
|
||||
# automatic: true
|
||||
# containerNames:
|
||||
# - frontend
|
||||
# from:
|
||||
# kind: ImageStreamTag
|
||||
# name: frontend:test
|
||||
# namespace: rubex-dev
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
Loading…
Reference in a new issue