mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
update
This commit is contained in:
parent
7badacd0f5
commit
d92db642f1
1 changed files with 13 additions and 1 deletions
|
|
@ -33,6 +33,18 @@ spec:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
kind: Service
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: developer-external-dns
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: developer.durp.info
|
||||||
|
spec:
|
||||||
|
type: ExternalName
|
||||||
|
externalName: a89ff7f4357c.us.portal.konghq.com
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
kind: Service
|
kind: Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -41,4 +53,4 @@ metadata:
|
||||||
external-dns.alpha.kubernetes.io/hostname: kong.durp.info
|
external-dns.alpha.kubernetes.io/hostname: kong.durp.info
|
||||||
spec:
|
spec:
|
||||||
type: ExternalName
|
type: ExternalName
|
||||||
externalName: a89ff7f4357c.us.portal.konghq.com
|
externalName: durp.info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue