Added initial commit files
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: htpc
|
||||
|
||||
commonLabels:
|
||||
app: htpc
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- jackett.yaml
|
||||
- radarr.yaml
|
||||
- sonarr.yaml
|
||||
- bazarr.yaml
|
||||
- transmission.yaml
|
||||
- emby.yaml
|
||||
- plex.yml
|
||||
- prowlarr.yml
|
||||
- ingress.yaml
|
||||
|
||||
patchesStrategicMerge:
|
||||
- volumes_patch.yaml
|
||||
- env_variables_patch.yaml
|
||||
|
||||
vars:
|
||||
- name: SONARR
|
||||
objref:
|
||||
kind: Service
|
||||
name: sonarr
|
||||
apiVersion: v1
|
||||
- name: RADARR
|
||||
objref:
|
||||
kind: Service
|
||||
name: radarr
|
||||
apiVersion: v1
|
||||
Reference in New Issue
Block a user