mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
Update file test.yaml
This commit is contained in:
parent
dbe7765a57
commit
6f8df6c4da
1 changed files with 11 additions and 0 deletions
11
heimdall/templates/test.yaml
Normal file
11
heimdall/templates/test.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
kind: Service
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: whoami-external-dns
|
||||||
|
namespace: whoami
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: whoami.macrossplusinc.com
|
||||||
|
spec:
|
||||||
|
type: ExternalName
|
||||||
|
externalName: 1.2.3.4
|
||||||
Loading…
Add table
Add a link
Reference in a new issue