--- apiVersion: v1 kind: Service metadata: name: maxwaldorf-guacamole spec: ports: - name: http port: 8080 selector: # apply service to any pod with label app: nginx app: maxwaldorf-guacamole # EOF