kubernetes: update Adguard helm values and readme
This commit is contained in:
@ -455,7 +455,9 @@ kubectl get secret wildcard-cert-secret --namespace=cert -o yaml \
|
|||||||
| sed 's/namespace: cert/namespace: adguard/' | kubectl apply -f -
|
| sed 's/namespace: cert/namespace: adguard/' | kubectl apply -f -
|
||||||
|
|
||||||
source .env
|
source .env
|
||||||
helm install adguard \
|
helm upgrade --install adguard \
|
||||||
|
-f adguard/values.yaml \
|
||||||
|
--set ingress.hosts[0].host=$ADGUARD_HOST \
|
||||||
--set host=$ADGUARD_HOST \
|
--set host=$ADGUARD_HOST \
|
||||||
--atomic adguard-helm-chart
|
--atomic adguard-helm-chart
|
||||||
```
|
```
|
||||||
@ -611,7 +613,7 @@ envsubst < gitea/configMap.yaml | kubectl apply -n gitea -f -
|
|||||||
|
|
||||||
helm upgrade --install gitea gitea-charts/gitea -f gitea/values.yaml \
|
helm upgrade --install gitea gitea-charts/gitea -f gitea/values.yaml \
|
||||||
--namespace gitea \
|
--namespace gitea \
|
||||||
--version 10.0.0 \
|
--version 11.0.1 \
|
||||||
--atomic \
|
--atomic \
|
||||||
--set ingress.hosts[0].host=$GITEA_HOST \
|
--set ingress.hosts[0].host=$GITEA_HOST \
|
||||||
--set ingress.tls[0].hosts[0]=$GITEA_HOST \
|
--set ingress.tls[0].hosts[0]=$GITEA_HOST \
|
||||||
|
|||||||
@ -6,7 +6,7 @@ namespace: adguard
|
|||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
host: adguard.example.com # Change this to your domain
|
host: adguard.example.com # Change this to your domain
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
adminContainerPort: 3000
|
adminContainerPort: 3000
|
||||||
@ -36,14 +36,16 @@ ingress:
|
|||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
traefik.ingress.kubernetes.io/affinity: "true"
|
traefik.ingress.kubernetes.io/affinity: "true"
|
||||||
traefik.ingress.kubernetes.io/session-cookie-name: "SESSIONID"
|
cert-manager.io/cluster-issuer: "acme-issuer"
|
||||||
hosts:
|
hosts:
|
||||||
- host:
|
- host:
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
tls:
|
tls:
|
||||||
enabled: true
|
enabled: true
|
||||||
secretName: wildcard-cert-secret
|
secretName: adguard-tls-cert
|
||||||
|
hosts:
|
||||||
|
- adguard.example.com
|
||||||
|
|
||||||
pvc:
|
pvc:
|
||||||
claimName: adguard-pvc
|
claimName: adguard-pvc
|
||||||
|
|||||||
@ -15,9 +15,8 @@ gitea:
|
|||||||
email: email
|
email: email
|
||||||
|
|
||||||
image:
|
image:
|
||||||
registry: ghcr.io
|
|
||||||
repository: gitea
|
repository: gitea
|
||||||
tag: 1.23.7
|
tag: 1.24.2
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -47,7 +46,7 @@ resources:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: traefik
|
spec.ingressClassName: traefik
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
cert-manager.io/cluster-issuer: "acme-issuer"
|
cert-manager.io/cluster-issuer: "acme-issuer"
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user