Move vaultwardentest to the etersoft cluster
This commit is contained in:
parent
ef44fa6fab
commit
51a314bb4f
@ -1,5 +1,5 @@
|
||||
creation_rules:
|
||||
- path_regex: values/.*/secrets.server-xray-public.yaml*
|
||||
- path_regex: values/.*/secrets.server-xray-public./*
|
||||
key_groups:
|
||||
- age:
|
||||
- age1vzkv97n2p7gfkw8dyx8ctz2kumattz89th2jq47zyjyrarmnssysdkw9v8
|
||||
|
@ -1 +1,9 @@
|
||||
<<<<<<< Updated upstream
|
||||
k8s-deployemnt
|
||||
=======
|
||||
# Helmfile deployments for Bad Houseplants
|
||||
|
||||
## Project structure
|
||||
|
||||
|
||||
>>>>>>> Stashed changes
|
||||
|
@ -75,13 +75,6 @@ releases:
|
||||
- template: default-env-values
|
||||
- template: default-env-secrets
|
||||
- template: ext-tcp-routes
|
||||
#- name: vaultwardentest
|
||||
# chart: allangers-charts/vaultwarden
|
||||
# version: 2.1.0
|
||||
# namespace: applications
|
||||
# inherit:
|
||||
# - template: default-env-values
|
||||
# - template: default-env-secrets
|
||||
- name: navidrome
|
||||
chart: allangers-charts/navidrome
|
||||
namespace: applications
|
||||
|
@ -24,3 +24,10 @@ releases:
|
||||
- template: default-env-values
|
||||
- template: ext-secret
|
||||
- template: ext-traefik-middleware
|
||||
- name: vaultwardentest
|
||||
chart: allangers-charts/vaultwarden
|
||||
version: 2.2.0
|
||||
namespace: applications
|
||||
inherit:
|
||||
- template: default-env-values
|
||||
- template: default-env-secrets
|
||||
|
6
installations/applications/helmfile.yaml
Normal file
6
installations/applications/helmfile.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
bases:
|
||||
- ../../common/environments.yaml
|
||||
- ../../common/templates.yaml
|
||||
|
||||
helmfiles:
|
||||
- ./helmfile-{{ `{{ .Environment.Name }}` }}.yaml
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
workload:
|
||||
kind: Deployment
|
||||
strategy:
|
||||
@ -31,7 +30,7 @@ ingress:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: '{{ include "chart.fullname" $ }}'
|
||||
name: '{{ include "chart.fullname" $ }}-main'
|
||||
port:
|
||||
number: 8080
|
||||
path: /
|
||||
@ -41,11 +40,15 @@ ingress:
|
||||
- vaulttest.badhouseplants.net
|
||||
secretName: vaulttest.badhouseplants.net
|
||||
extraVolumes:
|
||||
# -- Because by default the fs is read-only, we need to add an emtpy dir volume
|
||||
logs:
|
||||
emptyDir: {}
|
||||
|
||||
storage: {}
|
||||
storage:
|
||||
data:
|
||||
annotations:
|
||||
volume.kubernetes.io/selected-node: yekaterinburg
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
env:
|
||||
environment:
|
||||
enabled: true
|
Loading…
Reference in New Issue
Block a user