Skip to content

Commit

Permalink
Updating Applicationset
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 16, 2023
1 parent 1d4dfe2 commit 627b1d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
22 changes: 12 additions & 10 deletions manifests/workloads/applicationset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,24 @@ spec:
elements:
- appName: actions-runner-controller
namespace: github
- appName: cloudnative-pg
namespace: postgres
- appName: qemu-guest-agent
namespace: kube-system
- appName: sonarqube-oss
namespace: sonarqube
- appName: node-feature-discovery
namespace: kube-system
- appName: excalidraw
namespace: excalidraw
- appName: argo-workflows
namespace: argo-workflows
- appName: argo-events
namespace: argo-events
- appName: cloudnative-pg
namespace: postgres
- appName: excalidraw
namespace: excalidraw
- appName: gitea
namespace: git
- appName: jenkins-oss
namespace: jenkins
- appName: node-feature-discovery
namespace: kube-system
- appName: qemu-guest-agent
namespace: kube-system
- appName: sonarqube-oss
namespace: sonarqube
template:
metadata:
name: '{{appName}}'
Expand Down
4 changes: 4 additions & 0 deletions manifests/workloads/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ global:
imageRegistry: core.harbor.homelab.danmanners.com/docker.io
storageClass: ceph-rbd

persistence:
storageClass: ceph-rbd

service:
ssh:
annotations:
Expand All @@ -10,6 +13,7 @@ service:

ingress:
enabled: true
apiVersion: networking.k8s.io/v1
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: acme-prod
Expand Down

0 comments on commit 627b1d8

Please sign in to comment.