argocd-example-apps/jsonnet-guestbook/params.libsonnet

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