feat: add portainer

This commit is contained in:
cătălin 2024-07-17 14:25:27 +02:00
commit c42fa4bf00
No known key found for this signature in database
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,32 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: portainer
namespace: argocd
spec:
destination:
name: ''
namespace: apps-fuku
server: https://kubernetes.default.svc
project: fuku
syncPolicy:
automated: {}
sources:
- repoURL: https://portainer.github.io/k8s/
chart: portainer
targetRevision: 1.0.*
helm:
valuesObject:
service:
type: LoadBalancer
ingress:
enabled: true
ingressClassName: traefik
hosts:
- host: containers.fukurokuju.dev
paths:
- path: /
tls: []
persistence:
storageClass: truenas-nfs-csi

View file

@ -23,3 +23,4 @@ spec:
- https://portainer.github.io/k8s/
- https://charts.bitnami.com/bitnami
- https://charts.crystalnet.org
- https://portainer.github.io/k8s/