Aaron Riedel
55382ae3dc
All checks were successful
continuous-integration/drone/push Build is passing
18 lines
No EOL
333 B
YAML
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 |