Files
home-server/clusters/noble/bootstrap/argocd/argocd-server-service-patch.yaml
2026-03-27 03:52:57 -04:00

20 lines
310 B
YAML

apiVersion: v1
kind: Service
metadata:
name: argocd-server
namespace: argocd
spec:
type: NodePort
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8080
nodePort: 30080
- name: https
port: 443
protocol: TCP
targetPort: 8080
nodePort: 30443