Files
home-docker/nginx-values.yaml
T

31 lines
442 B
YAML

hostNetwork: true
metrics:
enabled: true
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus
stats:
enabled: true
nodeSelector:
gateway: "true"
tolerations:
- key: node
operator: Equal
value: special
effect: NoSchedule
replicaCount: 1
service:
type: NodePort
ports:
http: 80
https: 443
# nodePorts:
# http: 80
# https: 443
config:
"use-forwarded-headers": "true"