latest changes

This commit is contained in:
Sebastian Wendel 2022-11-28 10:27:34 +01:00
parent 913526ba52
commit 66e6581f11
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
10 changed files with 33 additions and 1752 deletions

View file

@ -15,11 +15,6 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/crate-ci/typos
rev: v1.10.3
hooks:
- id: typos
- repo: https://github.com/adrienverge/yamllint
rev: v1.27.1
hooks:

View file

@ -5,7 +5,7 @@ metadata:
name: fcos-keycloak
spec:
instances: 1
hostname: id.localhost
hostname: id.dev.fabcity-hamburg.de
serverConfiguration:
- name: db
value: postgres

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
---
resources:
- cert-manager
- keycloak
# - keycloak

View file

@ -0,0 +1,11 @@
---
namespace: external-dns
resources:
- namespace.yaml
helmCharts:
- name: external-dns
version: 1.11.0
releaseName: fcos-external-dns
namespace: external-dns
repo: https://kubernetes-sigs.github.io/external-dns/
valuesFile: values.yaml

View file

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: external-dns

View file

@ -0,0 +1,11 @@
---
provider: rfc2136
extraArgs:
- --rfc2136-host=dns.svc.mesh.sourceindex.de
- --rfc2136-port=53
- --rfc2136-zone=dev.fabcity-hamburg.de
- --rfc2136-tsig-keyname=k8s
- --rfc2136-tsig-secret=vIGI59apswrajcLTuw3j9xX9/Y/LewNtxJwqXxI3sUEQYvxRjQH7PuVtcEEXu4vr
- --rfc2136-tsig-secret-alg=hmac-sha384
- --rfc2136-tsig-axfr
- --domain-filter=dev.fabcity-hamburg.de

View file

@ -16,7 +16,7 @@ ingress:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
hosts:
- host: code.localhost
- host: code.dev.fabcity-hamburg.de
paths:
- path: /
pathType: Prefix

View file

@ -1,4 +1,5 @@
---
resources:
- ingress-nginx
- external-dns
- gitea

View file

@ -21,6 +21,6 @@ spec:
issuerRef:
name: selfsigned-issuer
kind: ClusterIssuer
commonName: "id.localhost"
commonName: "id.dev.fabcity-hamburg.de"
dnsNames:
- "id.localhost"
- "id.dev.fabcity-hamburg.de"