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.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rubypitaya-3.12.1/lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rubypitaya-3.12.1/lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rubypitaya-3.12.1/lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rubypitaya-3.12.1/lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.12.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.12.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.11.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.10.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.9.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.8.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.8.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.7.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.6.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.5.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.4.2 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.4.1 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml
rubypitaya-3.4.0 ./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml