add: argo installer and base app

This commit is contained in:
Namonay
2025-12-15 17:25:13 +01:00
parent f76b7ef2bd
commit 152c238584
5 changed files with 56 additions and 20 deletions

View File

@ -1,24 +1,16 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-ingress
namespace: argocd
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/ssl-verify: "off"
nginx.ingress.kubernetes.io/ssl-verify-depth: "1"
name: app-ingress
spec:
ingressClassName: nginx
rules:
- host: argocd.localhost
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
name: https
- host: localhost
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: app-service
port:
number: 80