This commit is contained in:
2026-03-18 11:38:04 +00:00
parent 887d285046
commit 54d1628fa2
6 changed files with 50 additions and 0 deletions

View 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

View 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

View File

@@ -0,0 +1,4 @@
# Samba
## directory server
AD compatible

View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: samba-directory
labels:
prometheus: prometheus

2
samba-files/README.md Normal file
View File

@@ -0,0 +1,2 @@
# Samba
## File Server

View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: samba-files
labels:
prometheus: prometheus