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:
|
service:
|
||||||
dns:
|
dns:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
web:
|
||||||
|
type: LoadBalancer
|
||||||
|
port: 8006
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ vaultwarden:
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: LoadBalancer
|
||||||
port: 80
|
port: 8008
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue