samba
This commit is contained in:
16
app-of-apps/samba-directory.yaml
Normal file
16
app-of-apps/samba-directory.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: samba-directory
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: samba-directory
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
path: samba-directory
|
||||
repoURL: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git
|
||||
targetRevision: HEAD
|
||||
16
app-of-apps/samba-files.yaml
Normal file
16
app-of-apps/samba-files.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: samba-files
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: samba-files
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
path: samba-files
|
||||
repoURL: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git
|
||||
targetRevision: HEAD
|
||||
4
samba-directory/README.md
Normal file
4
samba-directory/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Samba
|
||||
## directory server
|
||||
|
||||
AD compatible
|
||||
6
samba-directory/namespace.yaml
Normal file
6
samba-directory/namespace.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: samba-directory
|
||||
labels:
|
||||
prometheus: prometheus
|
||||
2
samba-files/README.md
Normal file
2
samba-files/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Samba
|
||||
## File Server
|
||||
6
samba-files/namespace.yaml
Normal file
6
samba-files/namespace.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: samba-files
|
||||
labels:
|
||||
prometheus: prometheus
|
||||
Reference in New Issue
Block a user