mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat: add strfry
This commit is contained in:
@@ -151,9 +151,6 @@ spec:
|
||||
defaultPodOptions:
|
||||
automountServiceAccountToken: false
|
||||
enableServiceLinks: false
|
||||
hostAliases:
|
||||
- ip: "${APP_IP_AUTHENTIK:=127.0.0.1}"
|
||||
hostnames: ["${APP_DNS_AUTHENTIK:=authentik}"]
|
||||
dnsConfig:
|
||||
options:
|
||||
- name: ndots
|
||||
|
||||
@@ -15,8 +15,6 @@ spec:
|
||||
key: ".${CLUSTER_NAME}-vars"
|
||||
- extract:
|
||||
key: "authentik vars - ${CLUSTER_NAME}"
|
||||
- extract:
|
||||
key: "strfry - ${CLUSTER_NAME}"
|
||||
target:
|
||||
creationPolicy: Owner
|
||||
deletionPolicy: Retain
|
||||
@@ -27,7 +25,5 @@ spec:
|
||||
# Core cluster-wide vars
|
||||
CLUSTER_NAME: "${CLUSTER_NAME:=biohazard}"
|
||||
CONFIG_TZ: '{{ .CONFIG_TZ }}'
|
||||
# App specific
|
||||
APP_DNS_APPNAME: '{{ .APP_DNS_APPNAME }}'
|
||||
# Other cluster-wide vars
|
||||
DNS_CF: '{{ .DNS_CF }}'
|
||||
|
||||
Reference in New Issue
Block a user