may the ports be with you

This commit is contained in:
2024-04-22 23:11:24 +02:00
parent 89ba23f03b
commit 9d7dd61a48
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ spec:
- name: MYSQL_USER
value: nextcloud
- name: REDIS_HOST
value: localhost
value: localhost:6379
- name: MYSQL_PASSWORD
valueFrom:
secretKeyRef:
@ -61,7 +61,7 @@ spec:
- name: MYSQL_DATABASE
value: nextcloud
- name: MYSQL_HOST
value: localhost
value: localhost:3306
- name: MYSQL_USER
value: nextcloud
- name: PHP_MEMORY_LIMIT
@ -69,7 +69,7 @@ spec:
- name: PHP_UPLOAD_LIMIT
value: 100G
- name: REDIS_HOST
value: localhost
value: localhost:6379
- name: MYSQL_PASSWORD
valueFrom:
secretKeyRef:

View File

@ -8,7 +8,7 @@ spec:
- web-local
- websecure-local
routes:
- match: Host(`adguard.steffenillium.de`)
- match: Host(`adguard.steffenillium.de`) || Host(`dns.steffenillium.de`)
kind: Rule
services:
- name: adguard-service