generated from phoenix-oss/tenant-tpl
Added Template and nginx for Image-hosting
This commit is contained in:
parent
d2b911dd2d
commit
3f1180edae
10 changed files with 199 additions and 1 deletions
18
templates/windowsserver/ks-flavor.yaml
Normal file
18
templates/windowsserver/ks-flavor.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: &app flavor
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
spec:
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./flavor
|
||||
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