This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
k8s-cluster-projects
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Creo el yaml del namespace de Nextcloud
main
Celestino Rey
3 years ago
parent
6414e44798
commit
5685fb590f
3 changed files
with
9 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
NextCloud/kustomization.yaml
+4
-0
NextCloud/mw-namespace.yaml
+4
-0
NextCloud/nc-namespace.yaml
+ 1
- 0
NextCloud/kustomization.yaml
View File
@ -6,5 +6,6 @@ secretGenerator:
-
db_user=root
-
db_user=root
-
db_passwd=Rey-1176
-
db_passwd=Rey-1176
resources:
resources:
-
nc-namespace.yaml
-
pvc-nextcloud.yaml
-
pvc-nextcloud.yaml
-
nextcloud-deployment.yaml
-
nextcloud-deployment.yaml
+ 4
- 0
NextCloud/mw-namespace.yaml
View File
@ -0,0 +1,4 @@
apiVersion
:
v1
kind
:
Namespace
metadata:
name
:
mediawiki
+ 4
- 0
NextCloud/nc-namespace.yaml
View File
@ -0,0 +1,4 @@
apiVersion
:
v1
kind
:
Namespace
metadata:
name
:
nextcloud
Write
Preview
Loading…
Cancel
Save