Files
home-server/clusters/noble/bootstrap/argocd/argocd-server-service-patch.yaml

22 lines
368 B
YAML

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