Skip to content

Commit

Permalink
adding authelia to several endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF committed Oct 25, 2023
1 parent c2e5ed1 commit 2ba3d3d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion argocd/nextcloud/values.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ nextcloud:
enabled: true
password: 'nextcloud'
replica:
replicaCount: 1
replicaCount: 0

## Cronjob to execute Nextcloud background tasks
## ref: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron
Expand Down
2 changes: 1 addition & 1 deletion terraform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ kaizoku:
name: kaizoku
namespace: services
priority: high
deploy: true
deploy: false
volumes:
config:
create: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ bazarr:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.entrypoints: websecure-ext
traefik.ingress.kubernetes.io/router.middlewares: authelia-forwardauth-authelia@kubernetescrd
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Bazarr"
gethomepage.dev/description: "Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ app-template:
# port: websocket

# # -- Configure persistence settings for the chart under this key.
# persistence:
# config:
# enabled: true
# type: persistentVolumeClaim
# accessMode: ReadWriteOnce
# size: 1Gi
# mountPath: /config
persistence:
config:
enabled: true
type: persistentVolumeClaim
accessMode: ReadWriteOnce
size: 1Gi
mountPath: /config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nextcloud:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.entrypoints: websecure-ext
traefik.ingress.kubernetes.io/router.middlewares: authelia-forwardauth-authelia@kubernetescrd
# traefik.ingress.kubernetes.io/router.middlewares: services-nextcloud-redirect-caldav@kubernetescrd
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Nextcloud"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ portainer:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.middlewares: authelia-forwardauth-authelia@kubernetescrd
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Portainer"
gethomepage.dev/description: ""
Expand Down

0 comments on commit 2ba3d3d

Please sign in to comment.