feat(gotify): add new app
This commit is contained in:
parent
0a4ba3d325
commit
729a9fdd48
20 changed files with 967 additions and 0 deletions
11
apps/gotify/overlays/system/config.json
Normal file
11
apps/gotify/overlays/system/config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"appName": "gotify",
|
||||
"userGivenName": "gotify",
|
||||
"destNamespace": "gotify-system",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/gotify/overlays/system",
|
||||
"srcRepoURL": "https://git.nc.landry.land/davad/argo.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
||||
5
apps/gotify/overlays/system/kustomization.yaml
Normal file
5
apps/gotify/overlays/system/kustomization.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: gotify-system
|
||||
resources:
|
||||
- ../../base
|
||||
Loading…
Add table
Add a link
Reference in a new issue