feat: add all services helm values and app manifests
This commit is contained in:
@@ -0,0 +1,60 @@
|
|||||||
|
USER-SUPPLIED VALUES:
|
||||||
|
configMap:
|
||||||
|
access_control:
|
||||||
|
default_policy: deny
|
||||||
|
rules:
|
||||||
|
- domain: vpn.uzbutterfly.com
|
||||||
|
policy: two_factor
|
||||||
|
authentication_backend:
|
||||||
|
file:
|
||||||
|
enabled: true
|
||||||
|
path: /secrets/authelia-users/users.yml
|
||||||
|
identity_validation:
|
||||||
|
reset_password:
|
||||||
|
secret:
|
||||||
|
value: f86cac59ff096d5dba433b5242eef1c409421165fe3ad7414827f71382ad0e84
|
||||||
|
notifier:
|
||||||
|
disable_startup_check: true
|
||||||
|
filesystem:
|
||||||
|
enabled: true
|
||||||
|
filename: /tmp/notification.txt
|
||||||
|
session:
|
||||||
|
cookies:
|
||||||
|
- default_redirection_url: https://vpn.uzbutterfly.com
|
||||||
|
domain: uzbutterfly.com
|
||||||
|
subdomain: auth
|
||||||
|
encryption_key:
|
||||||
|
value: 03e75899a8f009bb3c1877c63a864f37f7e38fed0fabd599eb871d259ac86148
|
||||||
|
redis:
|
||||||
|
enabled: true
|
||||||
|
host: authelia-redis-master
|
||||||
|
port: 6379
|
||||||
|
storage:
|
||||||
|
encryption_key:
|
||||||
|
value: 0b1bbffd77ba566e6441dcb848d6b25a165443d339d356482f86b6dcedc39c79
|
||||||
|
postgres:
|
||||||
|
address: tcp://authelia-postgres-postgresql:5432
|
||||||
|
database: authelia
|
||||||
|
enabled: true
|
||||||
|
password:
|
||||||
|
value: authelia_pg_pass
|
||||||
|
username: authelia
|
||||||
|
theme: dark
|
||||||
|
totp:
|
||||||
|
disable: false
|
||||||
|
issuer: uzbutterfly.com
|
||||||
|
ingress:
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
|
kubernetes.io/ingress.class: nginx
|
||||||
|
className: nginx
|
||||||
|
enabled: true
|
||||||
|
tls:
|
||||||
|
enabled: true
|
||||||
|
secret: authelia-tls
|
||||||
|
secret:
|
||||||
|
additionalSecrets:
|
||||||
|
authelia-users:
|
||||||
|
items:
|
||||||
|
- key: users.yml
|
||||||
|
path: users.yml
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
USER-SUPPLIED VALUES:
|
||||||
|
null
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
USER-SUPPLIED VALUES:
|
||||||
|
adminPassword: _!Str0ngP@ssw0rd
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
size: 5Gi
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
USER-SUPPLIED VALUES:
|
||||||
|
backend:
|
||||||
|
replicas: 0
|
||||||
|
deploymentMode: SingleBinary
|
||||||
|
loki:
|
||||||
|
auth_enabled: false
|
||||||
|
commonConfig:
|
||||||
|
replication_factor: 1
|
||||||
|
storage:
|
||||||
|
type: filesystem
|
||||||
|
useTestSchema: true
|
||||||
|
read:
|
||||||
|
replicas: 0
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 256Mi
|
||||||
|
requests:
|
||||||
|
memory: 128Mi
|
||||||
|
singleBinary:
|
||||||
|
replicas: 1
|
||||||
|
write:
|
||||||
|
replicas: 0
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
USER-SUPPLIED VALUES:
|
||||||
|
mode: standalone
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
size: 20Gi
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 1Gi
|
||||||
|
requests:
|
||||||
|
cpu: 250m
|
||||||
|
memory: 512Mi
|
||||||
|
rootPassword: _!Str0ngP@ssw0rd
|
||||||
|
rootUser: admin
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
USER-SUPPLIED VALUES:
|
||||||
|
grafana:
|
||||||
|
enabled: false
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
ingressClassName: nginx-private
|
||||||
|
prometheus:
|
||||||
|
prometheusSpec:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 512Mi
|
||||||
|
requests:
|
||||||
|
memory: 256Mi
|
||||||
|
retention: 7d
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
USER-SUPPLIED VALUES:
|
||||||
|
config:
|
||||||
|
clients:
|
||||||
|
- url: http://loki-gateway.monitoring.svc.cluster.local/loki/api/v1/push
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
USER-SUPPLIED VALUES:
|
||||||
|
bootstrapPassword: Str0ngP@ssw0rd
|
||||||
|
hostname: rancher.uzbutterfly.com
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
USER-SUPPLIED VALUES:
|
||||||
|
server:
|
||||||
|
dev:
|
||||||
|
devRootToken: root
|
||||||
|
enabled: true
|
||||||
|
ui:
|
||||||
|
enabled: true
|
||||||
Reference in New Issue
Block a user