feat: add strfry

This commit is contained in:
JJGadgets
2025-11-11 00:42:41 +08:00
parent 1225960eeb
commit be575d6aff
2 changed files with 0 additions and 7 deletions

View File

@@ -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

View File

@@ -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 }}'