diff --git a/HelmCharts/miweb-chart/templates/miweb-deployment.yaml b/HelmCharts/miweb-chart/templates/miweb-deployment.yaml index ba99582c..33e14d7a 100644 --- a/HelmCharts/miweb-chart/templates/miweb-deployment.yaml +++ b/HelmCharts/miweb-chart/templates/miweb-deployment.yaml @@ -35,15 +35,13 @@ spec: spec: containers: - name: miweb - #image: linuxserver/nginx - image: docker-registry:32000/minginx:2.0 - #image: httpd + image: creylopez/phpmysql:1.0 ports: - containerPort: 80 name: "miweb-http" volumeMounts: - name: miweb-www-folder - mountPath: /usr/share/nginx/html + mountPath: /var/www/html imagePullSecrets: - name: reg-cred-secret volumes: diff --git a/NginxConf202311/README.md b/NginxConf202311/README.md index b4489adc..2b6aa534 100644 --- a/NginxConf202311/README.md +++ b/NginxConf202311/README.md @@ -44,7 +44,7 @@ Una vez hecho ya funcionara con https. Por último, para que nuestra dirección pública sea vista por ionos hay que registrarla para es dominio. -Esto se con +Esto se hace con domain-connect-dyndns setup --domain calibre.reymota.es @@ -55,7 +55,7 @@ que nos está haciendo domain-connect-dyndns Listo. El resultado se ha escrito en un fichero en el mismo directorio desde donde se lanza el programa. -Debería de estar en /root/dydns. El fichero se llama settings.conf y tiene que tener todos los dominios que hemos asociado a la ip pública. +Debería de estar en /root/dydns. El fichero se llama settings.txt y tiene que tener todos los dominios que hemos asociado a la ip pública. finalmente, hay que estar vigilando que las ip pública no cambie y que si lo hace se ajuste oportunamente. Para ello se añade un crontab diff --git a/Repostajes/master.zip b/Repostajes/master.zip new file mode 100644 index 00000000..bbb6fcac Binary files /dev/null and b/Repostajes/master.zip differ