github.com/argoproj/argo-cd/v3@v3.2.1/manifests/dev-tilt/ui-deployment.yaml (about)

     1  apiVersion: apps/v1
     2  kind: Deployment
     3  metadata:
     4    name: argocd-ui
     5  spec:
     6    selector:
     7      matchLabels:
     8        app: argocd-ui
     9    template:
    10      metadata:
    11        labels:
    12          app: argocd-ui
    13      spec:
    14        containers:
    15          - name: argocd-ui
    16            image: argocd-ui
    17            env:
    18              - name: ARGOCD_API_URL
    19                value: https://argocd-server
    20              - name: ARGOCD_E2E_YARN_HOST
    21                value: "0.0.0.0"
    22            ports:
    23              - containerPort: 4000
    24                name: http