argocd-example-apps/jsonnet-guestbook/params.libsonnet
2018-12-08 04:56:06 -08:00

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",
}