refactor to use with argocd instead of flux
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: portainer
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 24h
|
||||
chart:
|
||||
spec:
|
||||
chart: portainer
|
||||
version: "1.0.69"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: portainer
|
||||
namespace: flux-system
|
||||
interval: 24h
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
remediation:
|
||||
retries: 3
|
||||
values:
|
||||
service:
|
||||
type: LoadBalancer
|
||||
httpPort: 9000
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn-static
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
size: 500Mi
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: portainer
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 24h
|
||||
url: https://portainer.github.io/k8s/
|
||||
11
cluster/helm/portainer/values.yml
Normal file
11
cluster/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
|
||||
Reference in New Issue
Block a user