template/deployments/kustomize/overlays/production/service.yaml (10 lines of code) (raw):
apiVersion: v1
kind: Service
metadata:
name: {{ .Config.GetVariableValue "APPNAME"}}
namespace: {{ .Config.GetVariableValue "NAMESPACE" }}
labels:
app.kubernetes.io/name: {{ .Config.GetVariableValue "APPNAME" }}
kubernetes.azure.com/generator: {{ .Config.GetVariableValue "GENERATORLABEL" }}
spec:
type: LoadBalancer