generated from phoenix-oss/tenant-tpl
Added Kustomizations
This commit is contained in:
parent
4fda3a9eff
commit
6a78fbf5c0
7 changed files with 57 additions and 0 deletions
|
@ -3,6 +3,9 @@ kind: Kustomization
|
|||
resources:
|
||||
- vars/ks.yaml
|
||||
- repos/ks.yaml
|
||||
- network/ks-lb.yaml
|
||||
- windows-vm-standard/ks-vm.yaml
|
||||
- windows-vm-standard/ks-pvc.yaml
|
||||
- ubuntu-vm-1/ks.yaml
|
||||
- ubuntu-vm-2/ks.yaml
|
||||
- windows-vm-1/ks.yaml
|
||||
|
|
18
network/ks-lb.yaml
Normal file
18
network/ks-lb.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: &app windows-lb
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
spec:
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./network/loadbalancers
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: tenant-repos
|
||||
wait: false
|
||||
interval: 30m
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
18
windows-vm-standard/ks-pvc.yaml
Normal file
18
windows-vm-standard/ks-pvc.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: &app windows-pvc
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
spec:
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./windows-vm-standard/pvc
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: tenant-repos
|
||||
wait: false
|
||||
interval: 30m
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
18
windows-vm-standard/ks-vm.yaml
Normal file
18
windows-vm-standard/ks-vm.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: &app windows-vm
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
spec:
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./windows-vm-standard/vm
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: tenant-repos
|
||||
wait: false
|
||||
interval: 30m
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
Loading…
Add table
Add a link
Reference in a new issue