feat: change svc ports for adguard, vault and vault-sm

This commit is contained in:
cătălin 2026-08-19 16:25:52 +02:00
commit 9a21659127
No known key found for this signature in database
5 changed files with 9 additions and 5 deletions

View file

@ -41,3 +41,6 @@ spec:
service: service:
dns: dns:
type: LoadBalancer type: LoadBalancer
web:
type: LoadBalancer
port: 8006

View file

@ -26,6 +26,7 @@ spec:
enabled: true enabled: true
service: service:
type: LoadBalancer type: LoadBalancer
port: 8007
ingress: ingress:
enabled: true enabled: true
className: traefik className: traefik
@ -35,7 +36,7 @@ spec:
- path: / - path: /
pathType: Prefix pathType: Prefix
backend: dashboard backend: dashboard
port: 80 port: 8007
- path: /api - path: /api
pathType: Prefix pathType: Prefix
backend: api backend: api

View file

@ -12,7 +12,7 @@ spec:
sources: sources:
- repoURL: git.roboces.dev/catalin/fukuops - repoURL: git.roboces.dev/catalin/fukuops
chart: vaultwarden chart: vaultwarden
targetRevision: 1.0.2 targetRevision: 1.0.3
helm: helm:
valuesObject: valuesObject:
vaultwarden: vaultwarden:

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: vaultwarden name: vaultwarden
description: A Helm chart for Vaultwarden password manager description: A Helm chart for Vaultwarden password manager
type: application type: application
version: 1.0.2 version: 1.0.3
appVersion: 1.37.1 appVersion: 1.37.1
annotations: annotations:
artifacthub.io/images: "- name: vaultwarden\n image: vaultwarden/server:1.37.1-alpine\n" artifacthub.io/images: "- name: vaultwarden\n image: vaultwarden/server:1.37.1-alpine\n"

View file

@ -12,8 +12,8 @@ vaultwarden:
securityContext: {} securityContext: {}
service: service:
type: ClusterIP type: LoadBalancer
port: 80 port: 8008
targetPort: 80 targetPort: 80
ingress: ingress: