blob: 2e6802af92c87398ee177cd99c543e11f5481b04 [file] [log] [blame]
{{ if ne .Values.onEarthProxyIP "" }}
kind: Service
apiVersion: v1
metadata:
name: onearth
spec:
type: ExternalName
externalName: {{ .Values.onEarthProxyIP }}
ports:
- port: 80
{{ end}}