Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

[common] Cannot deploy services with type ExternalName #176

Open
danmanners opened this issue Aug 7, 2022 · 1 comment
Open

[common] Cannot deploy services with type ExternalName #176

danmanners opened this issue Aug 7, 2022 · 1 comment

Comments

@danmanners
Copy link

danmanners commented Aug 7, 2022

Description

I am unable to deploy ExternalName resources. They do not use a ports field, but without it the helm rendering fails.

Expected Behavior

I should be able to deploy ExternalName service resources, which do not use ports.

Helm Values to replicate

service:
  main:
    enabled: true
    type: ClusterIP
    ports:
      http:
        protocol: TCP
        port: 80
        targetPort: 3001
  extname:
    enabled: true
    type: ExternalName
    externalName: kube.danmanners.com
    annotations:
      external-dns.alpha.kubernetes.io/hostname: hostname
      external-dns.alpha.kubernetes.io/ttl: "300"

@bjw-s
Copy link
Contributor

bjw-s commented Aug 7, 2022

Thanks for raising the issue! We're currently reworking/rethinking this repo so it's in a bit of limbo temporarily, but we'll definitely try to get this fixed in the next version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants