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