core-deployments/argo/ingress.yaml
Aaron Riedel 55382ae3dc
All checks were successful
continuous-integration/drone/push Build is passing
fix argo ingress
2024-02-18 14:07:22 +01:00

18 lines
No EOL
333 B
YAML

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-ingress
namespace: argocd
spec:
rules:
- host: "argo.services.yolokube.de"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: argocd-server
port:
number: 80