Sha256: d18ee57e0c7f6d0fb5c553a5bd4f2b0955725e9f12a67b792fad66c976f908f3

Contents?: true

Size: 473 Bytes

Versions: 17

Compression:

Stored size: 473 Bytes

Contents

apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: nats
  labels:
    app: {{ .Values.app }}
    component: nats
spec:
  serviceName: "nats"
  replicas: 1
  selector:
    matchLabels:
      app: {{ .Values.app }}
      component: nats
  template:
    metadata:
      labels:
        app: {{ .Values.app }}
        component: nats
    spec:
      containers:
      - name: nats
        image: nats:2.1.4
        ports:
        - containerPort: 4222
          name: nats

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rubypitaya-3.0.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-3.0.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.27.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.27.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.26.3 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.26.2 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.26.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.26.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.25.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.25.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.24.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.23.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.22.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.21.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.20.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.19.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml
rubypitaya-2.19.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml