This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
JugarAlPadelOC
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Punto de partida
main
Celestino Rey
10 months ago
parent
9d997f8d26
commit
edb0cbd34a
5 changed files
with
8 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
K8S/db-deployment.yaml
+3
-0
K8S/jugaralpadel-prod-persistentvolumeclaim.yaml
+1
-0
K8S/postgres-data-persistentvolumeclaim.yaml
+1
-0
K8S/static-volume-persistentvolumeclaim.yaml
+0
-8
Makefile
+ 3
- 1
K8S/db-deployment.yaml
View File
@ -9,6 +9,8 @@ metadata:
name
:
db
namespace
:
jugaralpadel
spec:
securityContext:
fsGroup
:
GROUP_ID
replicas
:
1
selector:
matchLabels:
@ -43,7 +45,7 @@ spec:
image
:
postgres:15
name
:
db
volumeMounts:
-
mountPath
:
/var/lib/postgresql/data
-
mountPath
:
/var/lib/postgresql/data
:z
name
:
postgres-data
restartPolicy
:
Always
volumes:
+ 3
- 0
K8S/jugaralpadel-prod-persistentvolumeclaim.yaml
View File
@ -12,6 +12,7 @@ spec:
resources:
requests:
storage
:
100Mi
storageClassName
:
lvms-vg1
status
:
{}
---
apiVersion
:
v1
@ -28,6 +29,7 @@ spec:
resources:
requests:
storage
:
50Mi
storageClassName
:
lvms-vg1
status
:
{}
---
apiVersion
:
v1
@ -44,4 +46,5 @@ spec:
resources:
requests:
storage
:
53Mi
storageClassName
:
lvms-vg1
status
:
{}
+ 1
- 0
K8S/postgres-data-persistentvolumeclaim.yaml
View File
@ -11,3 +11,4 @@ spec:
resources:
requests:
storage
:
100Mi
storageClassName
:
lvms-vg1
+ 1
- 0
K8S/static-volume-persistentvolumeclaim.yaml
View File
@ -11,3 +11,4 @@ spec:
resources:
requests:
storage
:
70Mi
storageClassName
:
lvms-vg1
+ 0
- 8
Makefile
View File
@ -1,8 +0,0 @@
install
:
echo
"
Creando imagen con version '
${
IMG_VERSION
}
' para la arquitectura '
${
ARQUITECTURA
}
' en el registry '
${
REGISTRY
}
'
"
docker build --no-cache -t
${
REGISTRY
}
/jugaralpadel-
${
ARQUITECTURA
}
:
${
IMG_VERSION
}
.
docker push
${
REGISTRY
}
/jugaralpadel-
${
ARQUITECTURA
}
:
${
IMG_VERSION
}
Write
Preview
Loading…
Cancel
Save