mirror of
https://github.com/outbackdingo/argocd-example-apps.git
synced 2026-01-28 10:18:24 +00:00
9 lines
170 B
Jsonnet
9 lines
170 B
Jsonnet
{
|
|
containerPort: 80,
|
|
image: "gcr.io/heptio-images/ks-guestbook-demo:0.2",
|
|
name: "jsonnet-guestbook-ui",
|
|
replicas: 1,
|
|
servicePort: 80,
|
|
type: "LoadBalancer",
|
|
}
|