Deployed portainer
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
27
kubernetes/portainer/portainer/application.yaml
Normal file
27
kubernetes/portainer/portainer/application.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: portainer-helm
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: portainer
|
||||
project: default
|
||||
sources:
|
||||
- chart: portainer
|
||||
repoURL: https://portainer.github.io/k8s/
|
||||
targetRevision: 2.33.6
|
||||
helm:
|
||||
parameters:
|
||||
- name: service.type
|
||||
value: "LoadBalancer"
|
||||
- name: image.tag
|
||||
value: "lts"
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
allowEmpty: true
|
||||
prune: true
|
||||
selfHeal: true
|
||||
Reference in New Issue
Block a user