diff --git a/internalproxy/templates/guac b/internalproxy/templates/guac new file mode 100644 index 0000000..8fbac4b --- /dev/null +++ b/internalproxy/templates/guac @@ -0,0 +1,9 @@ +kind: Service +apiVersion: v1 +metadata: + name: guac-external-dns + annotations: + external-dns.alpha.kubernetes.io/hostname: guac.durp.info +spec: + type: ExternalName + externalName: durp.info \ No newline at end of file