All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.manifests.02-service.yaml Maven / Gradle / Ivy

The newest version!
apiVersion: v1
kind: Service
metadata:
  name: ${artifactId}
  labels:
    app: ${artifactId}
spec:
  selector:
    app: ${artifactId}
  ports:
  - name: http
    port: 8000
    targetPort: 4567




© 2015 - 2025 Weber Informatics LLC | Privacy Policy