mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
Signed-off-by: Codey Jenkins <FourFifthsCode@users.noreply.github.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
11 lines
143 B
YAML
11 lines
143 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: argocd-ui
|
|
spec:
|
|
selector:
|
|
app: argocd-ui
|
|
ports:
|
|
- port: 4000
|
|
targetPort: http
|