--- apiVersion: v1 kind: Service metadata: name: heimdall spec: selector: app: heimdall ports: - protocol: TCP port: 80 name: toport80 - protocol: TCP port: 443 name: toport443 # EOF