Files
public-k3s/cluster/helm/portainer/values.yml
aggarwalakshun 4368a36150
All checks were successful
continuous-integration/drone Build is passing
refactor to use with argocd instead of flux
2025-07-06 00:23:55 +05:30

12 lines
193 B
YAML

# https://portainer.github.io/k8s/
service:
type: LoadBalancer
httpPort: 9000
persistence:
enabled: true
storageClass: longhorn-static
accessModes:
- ReadWriteMany
size: 500Mi