Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions k8s/helm/guacamole/subcharts/guacamole-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ service:
type: ClusterIP
autoscaling:
enabled: false

authelia:
fqdn: authtotp.example.com
ip: 10.101.1.5
path: /guacamole/\#/login
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
Expand All @@ -38,5 +33,3 @@ ingress:
nginx.ingress.kubernetes.io/configuration-snippet: |
proxy_set_header Connection $http_connection;
proxy_set_header Upgrade $http_upgrade;
ingressTOTP:
enabled: true
9 changes: 8 additions & 1 deletion k8s/helm/guacamole/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ guacamole-server:
tlsHostname: guacamole.example.com
deployment:
env:
# TODO: enable the BAN extension introduced in 1.6.0; for now
# break-in attempts are blocked by TOTP because BAN requires
# more ingress-nginx directives to provide proxy IP address
ban_enabled: "false"
guacd_hostname: guacamole-guacd
guacd_port: 4822
ldap_enabled: "false"
mysql_database: guacamole
mysql_hostname: db00
mysql_user: guacamole_user
mysql_username: guacamole_user
skip_if_unavailable: ldap
totp_enabled: "true"
xenv:
- name: MYSQL_PASSWORD
valueFrom:
Expand Down
Loading