argo-cd/manifests/dev-tilt/ui-deployment.yaml
Blake Pettersson f5f3bf8a06
chore: migrate to pnpm (#23937)
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-08 09:31:19 -04:00

24 lines
504 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-ui
spec:
selector:
matchLabels:
app: argocd-ui
template:
metadata:
labels:
app: argocd-ui
spec:
containers:
- name: argocd-ui
image: argocd-ui
env:
- name: ARGOCD_API_URL
value: https://argocd-server
- name: ARGOCD_E2E_JS_HOST
value: "0.0.0.0"
ports:
- containerPort: 4000
name: http