mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-28 20:37:17 +00:00
9 lines
159 B
Text
9 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",
|
||
|
|
}
|