mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
14 lines
339 B
YAML
14 lines
339 B
YAML
---
|
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
|
apiVersion: kustomize.config.k8s.io/v1alpha1
|
|
kind: Component
|
|
configMapGenerator:
|
|
- name: ${APP}-gatus-ep
|
|
files:
|
|
- config.yaml=./config.yaml
|
|
options:
|
|
labels:
|
|
gatus.io/enabled: "true"
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|