14 lines
252 B
YAML
14 lines
252 B
YAML
replicaCount: 1
|
|
namespace: "prod"
|
|
image:
|
|
repository: imageregistry.gen-itech.com/demo/applicationtest
|
|
tag: "22"
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
ingress:
|
|
enabled: true
|
|
className: traefik
|
|
host: nginx.demo.local
|