generated from phoenix-oss/tenant-tpl
add second machine
This commit is contained in:
parent
7f26175372
commit
1f688f0af5
2 changed files with 64 additions and 0 deletions
18
ubuntu-vm-2/ks.yaml
Normal file
18
ubuntu-vm-2/ks.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: &app ubuntu-vm-2
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
spec:
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./ubuntu-vm-2/ubuntu
|
||||
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