mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-29 12:57:16 +00:00
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",
|
|
}
|