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 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: argocd-server name: argocd-server-lan
namespace: argocd namespace: argocd
spec: spec:
type: NodePort type: NodePort
selector:
app.kubernetes.io/name: argocd-server
ports: ports:
- name: http - name: http
port: 80 port: 80

View File

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