k8s/charts/values.yaml

15 lines
184 B
YAML
Raw Normal View History

2023-06-19 21:57:53 +10:00
replicaCount: 1
image:
repository: nginx
tag: "1.16.0"
pullPolicy: IfNotPresent
service:
name: nginx-service
type: ClusterIP
port: 80
targetPort: 9000
env:
name: dev