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