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

View File

@@ -1,21 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: argocd-server-lan
namespace: argocd
spec:
type: NodePort
selector:
app.kubernetes.io/name: argocd-server
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8080
nodePort: 30080
- name: https
port: 443
protocol: TCP
targetPort: 8080
nodePort: 30443

View File

@@ -5,5 +5,5 @@ resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.7/manifests/install.yaml
- default-appproject.yaml
- argocd-server-service-patch.yaml
- argocd-ingress.yaml