This commit is contained in:
11
disabled/helm/portainer/values.yml
Normal file
11
disabled/helm/portainer/values.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# https://portainer.github.io/k8s/
|
||||
|
||||
service:
|
||||
type: LoadBalancer
|
||||
httpPort: 9000
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn-static
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
size: 500Mi
|
||||
10
disabled/helm/rancher/values.yml
Normal file
10
disabled/helm/rancher/values.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# https://releases.rancher.com/server-charts/latest
|
||||
|
||||
hostname: rancher.akshun-lab.uk
|
||||
service:
|
||||
type: LoadBalancer
|
||||
valuesFrom:
|
||||
- kind: Secret
|
||||
name: rancher-bootstrap-secret
|
||||
valuesKey: bootstrapPassword
|
||||
targetPath: bootstrapPassword
|
||||
Reference in New Issue
Block a user