Skip to content
Snippets Groups Projects
service.yaml 247 B
Newer Older
apiVersion: v1
kind: Service
metadata:
  name: presentation-gitlab-k8s-__CI_ENVIRONMENT_SLUG__
  namespace: presentation-gitlab-k8s
spec:
  type: ClusterIP
  ports:
    - port: 8000
      protocol: TCP
  selector:
    app: __CI_ENVIRONMENT_SLUG__