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:
|
secretKeyRef:
|
||||||
name: "{{ .Release.Name }}-client"
|
name: "{{ .Release.Name }}-client"
|
||||||
key: configurationIssuer
|
key: configurationIssuer
|
||||||
|
- name: PENPOT_OIDC_AUTH_URI
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: "{{ .Release.Name }}-client"
|
||||||
|
key: authorization
|
||||||
# - name: PENPOT_OIDC_ROLES
|
# - name: PENPOT_OIDC_ROLES
|
||||||
# value: admins
|
# value: admins
|
||||||
# - name: PENPOT_OIDC_ROLES_ATTR
|
# - name: PENPOT_OIDC_ROLES_ATTR
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ metadata:
|
|||||||
name: "{{ .Release.Name }}"
|
name: "{{ .Release.Name }}"
|
||||||
spec:
|
spec:
|
||||||
environment: "{{ .Values.globals.environment }}"
|
environment: "{{ .Values.globals.environment }}"
|
||||||
subdomain: "{{ .Values.subdomain }}"
|
subdomain: "{{ .Values.frontend.subdomain }}"
|
||||||
destination:
|
destination:
|
||||||
host: "{{ .Release.Name }}"
|
host: "{{ .Release.Name }}-frontend"
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
|
|||||||
Reference in New Issue
Block a user