k8s/charts/values.yaml
Simple_Not b606093824
All checks were successful
continuous-integration/drone/push Build is passing
test helm
2023-06-19 21:58:08 +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: 8776
env:
name: dev