mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
penpot fixes
This commit is contained in:
@@ -124,6 +124,11 @@ spec:
|
||||
secretKeyRef:
|
||||
name: "{{ .Release.Name }}-client"
|
||||
key: configurationIssuer
|
||||
- name: PENPOT_OIDC_AUTH_URI
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: "{{ .Release.Name }}-client"
|
||||
key: authorization
|
||||
# - name: PENPOT_OIDC_ROLES
|
||||
# value: admins
|
||||
# - name: PENPOT_OIDC_ROLES_ATTR
|
||||
|
||||
@@ -4,8 +4,8 @@ metadata:
|
||||
name: "{{ .Release.Name }}"
|
||||
spec:
|
||||
environment: "{{ .Values.globals.environment }}"
|
||||
subdomain: "{{ .Values.subdomain }}"
|
||||
subdomain: "{{ .Values.frontend.subdomain }}"
|
||||
destination:
|
||||
host: "{{ .Release.Name }}"
|
||||
host: "{{ .Release.Name }}-frontend"
|
||||
port:
|
||||
number: 80
|
||||
|
||||
Reference in New Issue
Block a user