feat: change svc ports for adguard, vault and vault-sm
This commit is contained in:
parent
173633c6f1
commit
9a21659127
5 changed files with 9 additions and 5 deletions
|
|
@ -41,3 +41,6 @@ spec:
|
|||
service:
|
||||
dns:
|
||||
type: LoadBalancer
|
||||
web:
|
||||
type: LoadBalancer
|
||||
port: 8006
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ spec:
|
|||
enabled: true
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 8007
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
|
|
@ -35,7 +36,7 @@ spec:
|
|||
- path: /
|
||||
pathType: Prefix
|
||||
backend: dashboard
|
||||
port: 80
|
||||
port: 8007
|
||||
- path: /api
|
||||
pathType: Prefix
|
||||
backend: api
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ spec:
|
|||
sources:
|
||||
- repoURL: git.roboces.dev/catalin/fukuops
|
||||
chart: vaultwarden
|
||||
targetRevision: 1.0.2
|
||||
targetRevision: 1.0.3
|
||||
helm:
|
||||
valuesObject:
|
||||
vaultwarden:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue