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:
James Pace 2024-01-03 22:51:04 -05:00
parent ab48384d8d
commit 797e0d023d
3 changed files with 0 additions and 39 deletions

View File

@ -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"]

View File

@ -1,5 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml

View File

@ -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