github.com/replicatedcom/ship@v0.50.0/integration/init/plain-k8s-no-trailing-newline/expected/base/redis-slave-service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: redis-slave
     5    labels:
     6      app: redis
     7      role: slave
     8      tier: backend
     9  spec:
    10    ports:
    11    - port: 6379
    12    selector:
    13      app: redis
    14      role: slave
    15      tier: "backend"
    16      zquotenum: "123"