mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2024-11-12 09:23:55 +01:00
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
{
|
|
containerPort: 80,
|
|
image: "gcr.io/heptio-images/ks-guestbook-demo:0.2",
|
|
name: "jsonnet-guestbook-ui",
|
|
replicas: 1,
|
|
servicePort: 80,
|
|
type: "LoadBalancer",
|
|
}
|