Comment out the build/deployment triggers
This commit is contained in:
parent
be0ba18857
commit
364b9aac9f
3 changed files with 31 additions and 33 deletions
|
@ -22,17 +22,17 @@ 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
|
||||
#triggers:
|
||||
#- type: ConfigChange
|
||||
#- type: ImageChange
|
||||
# imageChangeParams:
|
||||
# automatic: true
|
||||
# containerNames:
|
||||
# - frontend
|
||||
# from:
|
||||
# kind: ImageStreamTag
|
||||
# name: frontend:test
|
||||
# namespace: rubex-dev
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue