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

17 lines
203 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
namespace: vdk2ch