Merge branch 'develop'
Some checks failed
Gitea Actions Demo / test (push) Blocked by required conditions
Gitea Actions Demo / release-image (push) Blocked by required conditions
Gitea Actions Demo / lint (push) Has been cancelled

This commit is contained in:
Ryan Cavicchioni 2025-03-04 13:52:23 -06:00
commit 95c4241f10
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU
2 changed files with 0 additions and 17 deletions

View File

@ -1,16 +0,0 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: kipunji-ingress
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: kipunji
port:
name: web

View File

@ -7,4 +7,3 @@ resources:
- configmap.yaml
- deployment.yaml
- services.yaml
- ingress.yaml