forked from catalin/fukuops
32 lines
734 B
YAML
32 lines
734 B
YAML
---
|
|
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: 2.33.*
|
|
helm:
|
|
valuesObject:
|
|
service:
|
|
type: LoadBalancer
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: traefik
|
|
hosts:
|
|
- host: containers.fukurokuju.dev
|
|
paths:
|
|
- path: /
|
|
tls: []
|
|
persistence:
|
|
storageClass: truenas-nfs-csi
|