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:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: vaultwarden
|
||||
description: A Helm chart for Vaultwarden password manager
|
||||
type: application
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
appVersion: 1.37.1
|
||||
annotations:
|
||||
artifacthub.io/images: "- name: vaultwarden\n image: vaultwarden/server:1.37.1-alpine\n"
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ vaultwarden:
|
|||
securityContext: {}
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
type: LoadBalancer
|
||||
port: 8008
|
||||
targetPort: 80
|
||||
|
||||
ingress:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue