feat: add portainer
This commit is contained in:
parent
a4b6a8c186
commit
c42fa4bf00
2 changed files with 33 additions and 0 deletions
32
k8s/argo-apps/portainer.yaml
Normal file
32
k8s/argo-apps/portainer.yaml
Normal 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
|
||||
|
|
@ -23,3 +23,4 @@ spec:
|
|||
- https://portainer.github.io/k8s/
|
||||
- https://charts.bitnami.com/bitnami
|
||||
- https://charts.crystalnet.org
|
||||
- https://portainer.github.io/k8s/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue