Rename argocd-server service to argocd-server-lan and add selector in service patch

This commit is contained in:
Nikholas Pcenicni
2026-03-27 03:53:47 -04:00
parent dda831cb82
commit c927409356
2 changed files with 3 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: argocd-server
name: argocd-server-lan
namespace: argocd
spec:
type: NodePort
selector:
app.kubernetes.io/name: argocd-server
ports:
- name: http
port: 80