Add platform infrastructure configuration
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: gitea
|
||||
|
||||
helmGlobals:
|
||||
chartHome: profiles/oidc/.helm/charts
|
||||
|
||||
helmCharts:
|
||||
- name: gitea
|
||||
repo: https://dl.gitea.com/charts/
|
||||
version: 12.7.0
|
||||
releaseName: gitea
|
||||
namespace: gitea
|
||||
valuesFile: profiles/oidc/values/baseline.yaml
|
||||
includeCRDs: false
|
||||
skipTests: true
|
||||
|
||||
resources:
|
||||
- base
|
||||
|
||||
patches:
|
||||
- path: profiles/oidc/patches/servicemonitor-job-label-patch.yaml
|
||||
target:
|
||||
group: monitoring.coreos.com
|
||||
version: v1
|
||||
kind: ServiceMonitor
|
||||
name: gitea
|
||||
namespace: gitea
|
||||
- target:
|
||||
group: ""
|
||||
version: v1
|
||||
kind: Service
|
||||
name: gitea-ssh
|
||||
patch: |-
|
||||
$patch: delete
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: gitea-ssh
|
||||
Reference in New Issue
Block a user