feat: Add Plex
This commit is contained in:
parent
93889fa1d4
commit
ebc1a1a21a
9 changed files with 185 additions and 0 deletions
13
k8s-wheatley/plex/kustomization.yaml
Normal file
13
k8s-wheatley/plex/kustomization.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: plex
|
||||
|
||||
resources:
|
||||
- configmap.yaml
|
||||
- deployments.yaml
|
||||
- ingress.yaml
|
||||
- pvc.yaml
|
||||
- secrets.yaml
|
||||
- services.yaml
|
||||
- namespace.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue