mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-04 07:08:19 +00:00
* support partial sync with namespace. * corrected test folder name * Trying to fix lint error * 1. in test, delete ns after test 2. in test, created new methods for ResourceSyncStatusWithNamespaceIs and ResourceHealthWithNamespaceIs. * reformat imports * simplify code * remove timeout
21 lines
427 B
YAML
21 lines
427 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: guestbook-ui
|
|
spec:
|
|
replicas: 0
|
|
revisionHistoryLimit: 3
|
|
selector:
|
|
matchLabels:
|
|
app: guestbook-ui
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: guestbook-ui
|
|
spec:
|
|
containers:
|
|
- image: gcr.io/heptio-images/ks-guestbook-demo:0.2
|
|
imagePullPolicy: IfNotPresent
|
|
name: guestbook-ui
|
|
ports:
|
|
- containerPort: 80
|