mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: shuai-zh <shuaiz8023@gmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
8 lines
159 B
Text
8 lines
159 B
Text
{
|
|
containerPort: 80,
|
|
image: "gcr.io/heptio-images/ks-guestbook-demo:0.2",
|
|
name: "guestbook-ui",
|
|
replicas: 1,
|
|
servicePort: 80,
|
|
type: "ClusterIP",
|
|
}
|