Helm Values Yaml
Last updated
Was this helpful?
Was this helpful?
"service": {
"annotations": {},
"externalTrafficPolicy": "Cluster",
"extraPorts": [],
"loadBalancerIP": null,
"nodePorts": {
"http": ""
},
"port": 80,
"type": "LoadBalancer"
},"primary": {
"persistence": {
"accessModes": [
"ReadWriteOnce"
],
"enabled": true,
"existingClaim": null,
"hostPath": null,
"size": "8Gi"
}
}