Remove the push trigger. That won't work without having the ci cluster be accessible from the infra cluster. Need to do the pull thing.
This commit is contained in:
parent
ab48384d8d
commit
797e0d023d
|
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: limbo-gitea-trigger-deployment
|
|
||||||
labels:
|
|
||||||
app: limbo-gitea-trigger
|
|
||||||
spec:
|
|
||||||
replicas: 1
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: limbo-gitea-trigger
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: limbo-gitea-trigger
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: limbo-gitea-trigger
|
|
||||||
image: harbor.internal.jpace121.net/k8s/j7s-gitea-push-listener:latest
|
|
||||||
command: ["/j7s-gitea-push-listener"]
|
|
||||||
args: ["-postUrl", "el-limbo-pipeline-listener.j7s-ci.svc.cluster.local:8080"]
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- deployment.yaml
|
|
||||||
- service.yaml
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: limbo-gitea-trigger-service
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
app: limbo-gitea-trigger
|
|
||||||
ports:
|
|
||||||
- protocol: TCP
|
|
||||||
targetPort: 8080
|
|
||||||
port: 8080
|
|
||||||
Loading…
Reference in New Issue