Added configuration files and instructions for ArgoCD

This commit is contained in:
Marcin-Ramotowski
2025-08-14 11:10:24 +02:00
parent 82ffed1333
commit 46cfabff85
2 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-ingress
namespace: argocd
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
spec:
ingressClassName: nginx
rules:
- host: argocd.marcin00.pl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
number: 80