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
La imagen de gogs la cojo del servidor
main
Celestino Rey
1 year ago
parent
45b1c45b71
commit
1bb73c1fef
4 changed files
with
6 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
HelmCharts/gogs-chart/templates/gogs-statefulset.yaml
+2
-1
HelmCharts/gogs-chart/templates/mysql-deployment-gogs.yaml
+2
-1
HelmCharts/gogs-chart/templates/php-myadmin-gogs-deployment.yaml
+0
-0
pepe
+ 2
- 1
HelmCharts/gogs-chart/templates/gogs-statefulset.yaml
View File
@ -17,7 +17,8 @@ spec:
app
:
gogs-app
app
:
gogs-app
spec:
spec:
containers:
containers:
-
image
:
docker-registry:32000/gogs:1.0
#- image: docker-registry:32000/gogs:1.0
-
image
:
gogs/gogs
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
name
:
gogs-app
name
:
gogs-app
resources
:
{}
resources
:
{}
+ 2
- 1
HelmCharts/gogs-chart/templates/mysql-deployment-gogs.yaml
View File
@ -51,7 +51,8 @@ spec:
tier
:
mysql
tier
:
mysql
spec:
spec:
containers:
containers:
-
image
:
docker-registry:32000/mariadb:1.0
# - image: docker-registry:32000/mariadb:1.0
-
image
:
mariadb:latest
name
:
mysql
name
:
mysql
env:
env:
-
name
:
MYSQL_ROOT_PASSWORD
-
name
:
MYSQL_ROOT_PASSWORD
+ 2
- 1
HelmCharts/gogs-chart/templates/php-myadmin-gogs-deployment.yaml
View File
@ -38,7 +38,8 @@ spec:
spec:
spec:
containers:
containers:
-
name
:
phpmyadmin
-
name
:
phpmyadmin
image
:
docker-registry:32000/phpmyadmin:1.0
# image: docker-registry:32000/phpmyadmin:1.0
image
:
phpmyadmin:latest
ports:
ports:
-
containerPort
:
80
-
containerPort
:
80
name
:
phpmyadm
name
:
phpmyadm
+ 0
- 0
pepe
View File
Write
Preview
Loading…
Cancel
Save