mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
Update 5 files
- /internalproxy/templates/heimdall.yaml - /internalproxy/templates/durpapi.yaml - /internalproxy/templates/kasm-ingress.yaml - /internalproxy/templates/nexus.yaml - /internalproxy/templates/registry.yaml
This commit is contained in:
parent
4256a02cea
commit
d9fb933076
5 changed files with 57 additions and 130 deletions
|
|
@ -56,4 +56,16 @@ spec:
|
|||
kind: ClusterIssuer
|
||||
commonName: "nexus.durp.info"
|
||||
dnsNames:
|
||||
- "nexus.durp.info"
|
||||
- "nexus.durp.info"
|
||||
|
||||
---
|
||||
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: heimdall-external-dns
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: nexus.durp.info
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: home.durp.info
|
||||
Loading…
Add table
Add a link
Reference in a new issue