Sha256: b6fe0c502de3709908dc29ea604ec01ff2971048e74f9f71ed88cfde2aeb6213

Contents?: true

Size: 488 Bytes

Versions: 70

Compression:

Stored size: 488 Bytes

Contents

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

Version data entries

70 entries across 66 versions & 1 rubygems

Version Path
rubypitaya-3.19.6 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.19.5 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.19.4 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.19.3 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.19.2 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.19.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.19.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.18.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.17.2 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.17.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.17.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.16.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.15.3 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.15.2 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.15.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.15.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.14.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.13.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.13.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml