Update Cilium application configuration to enable ingress controller and remove deprecated argocd-server service patch; delete Proxmox VM template files.

This commit is contained in:
Nikholas Pcenicni
2026-03-27 04:01:40 -04:00
parent c927409356
commit 369ab99cd1
12 changed files with 42 additions and 612 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-server
namespace: argocd
annotations:
ingress.cilium.io/tls-passthrough: "enabled"
spec:
ingressClassName: cilium
rules:
- host: argo.noble.lab.pcenicni.dev
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
number: 443