add octopus
This commit is contained in:
21
infra/argocd/templates/octopusdeploy.yaml
Normal file
21
infra/argocd/templates/octopusdeploy.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: octopusdeploy
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://gitlab.com/developerdurp/homelab.git
|
||||||
|
targetRevision: main
|
||||||
|
path: infra/octopusdeploy
|
||||||
|
destination:
|
||||||
|
namespace: octopusdeploy
|
||||||
|
name: in-cluster
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
|
||||||
12
infra/octopusdeploy/Chart.yaml
Normal file
12
infra/octopusdeploy/Chart.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: octopusdeploy
|
||||||
|
description: A Helm chart for Kubernetes
|
||||||
|
type: application
|
||||||
|
|
||||||
|
version: 0.1.0
|
||||||
|
appVersion: "1.16.0"
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: octopus-deploy
|
||||||
|
repository: oci://ghcr.io/octopusdeploy/octopusdeploy-helm
|
||||||
|
version: 1.3.1
|
||||||
5
infra/octopusdeploy/values.yaml
Normal file
5
infra/octopusdeploy/values.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
octopusdeploy:
|
||||||
|
octopus:
|
||||||
|
acceptEula: Y
|
||||||
|
mssql:
|
||||||
|
enabled: true
|
||||||
Reference in New Issue
Block a user