Sha256: edcccc2da370507b444036cc6e1382d8f48c01d2cc71c548f932219afcf53f21

Contents?: true

Size: 724 Bytes

Versions: 77

Compression:

Stored size: 724 Bytes

Contents

---
apiVersion: apps/v1
kind: Deployment
metadata:
  name: pubsub-deployment
  labels:
    app: pubsub
spec:
  replicas: 1
  selector:
    matchLabels:
      app: pubsub
  template:
    metadata:
      labels:
        app: pubsub
    spec:
      containers:
        - name: pubsub
          image: singularities/pubsub-emulator:latest
          imagePullPolicy: IfNotPresent
          env:
            - name: PUBSUB_PROJECT_ID
              value: project-test
            - name: PUBSUB_LISTEN_ADDRESS
              value: 0.0.0.0:8432

---
apiVersion: v1
kind: Service
metadata:
  name: pubsub
  labels:
    app: pubsub
spec:
  type: ClusterIP
  selector:
    app: pubsub
  ports:
    - port: 8432
      targetPort: 8432

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
gitlab-qa-14.21.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.20.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.19.2 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.19.1 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.19.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.18.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.17.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.16.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.15.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.14.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.13.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.12.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.11.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.9.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.8.1 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.8.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.7.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.6.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.5.0 support/manifests/suggested_reviewer/pubsub.yaml
gitlab-qa-14.4.0 support/manifests/suggested_reviewer/pubsub.yaml