stacks-instances/otc/abc.think-ahead.cloud/stacks/core/ingress-apps/argocd-server.yaml
Automated pipeline 7f745f2259 Initial upload
2025-06-04 14:17:45 +00:00

27 lines
601 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/backend-protocol: HTTP
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
cert-manager.io/cluster-issuer: main
name: argocd-server
namespace: argocd
spec:
ingressClassName: nginx
rules:
- host: abc.think-ahead.cloud
http:
paths:
- backend:
service:
name: argocd-server
port:
number: 80
path: /argocd
pathType: Prefix
tls:
- hosts:
- abc.think-ahead.cloud
secretName: argocd-net-tls