mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-04-22 02:36:40 +00:00
28 lines
404 B
YAML
28 lines
404 B
YAML
# Default values for ngrok.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: stefanprodan/ngrok
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 4040
|
|
|
|
expose:
|
|
service: ga-podinfo:9898
|
|
|
|
token: 4i3rDinhLqMHtvez71N9S_38rkS7onwv77VFNZTaUR6
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
subdomain:
|