k8s/charts/values.yaml
Simple_Not 15e823bf30
All checks were successful
continuous-integration/drone/push Build is passing
test helm
2023-06-19 21:57:53 +10:00

15 lines
184 B
YAML

replicaCount: 1
image:
repository: nginx
tag: "1.16.0"
pullPolicy: IfNotPresent
service:
name: nginx-service
type: ClusterIP
port: 80
targetPort: 9000
env:
name: dev