Sha256: de9fd0e66dec2190c5b5a6f4c151f4dfeaccd0a9bf458e8acc5da6c268d9e49a

Contents?: true

Size: 1.3 KB

Versions: 67

Compression:

Stored size: 1.3 KB

Contents

apiVersion: apps/v1
kind: Deployment
metadata:
  name: rubypitaya
  labels:
    app: rubypitaya
spec:
  replicas: 1
  selector:
    matchLabels:
      app: rubypitaya
  template:
    metadata:
      labels:
        app: rubypitaya
    spec:
      containers:
      - name: rubypitaya
        image: registry.gitlab.com/lucianopc/ruby-pitaya:latest
        command: ["bundle", "exec", "rubypitaya", "run"]
        ports:
        - containerPort: 4567
          name: rubypitaya
        env:
          - name: RUBYPITAYA_SERVER_ENVIRONMENT
            value: "production"
          - name: RUBYPITAYA_NATS_URL
            value: "nats://nats.default.svc.cluster.local:4222"
          - name: RUBYPITAYA_ETCD_URL
            value: "http://etcd.default.svc.cluster.local:2379"
          - name: RUBYPITAYA_REDIS_URL
            value: "redis://redis.default.svc.cluster.local:6379"
          - name: RUBYPITAYA_DATABASE_HOST
            value: "postgres.default.svc.cluster.local"
          - name: RUBYPITAYA_DATABASE_USER
            value: "postgres"
          - name: RUBYPITAYA_DATABASE_PORT
            value: "5432"
          - name: RUBYPITAYA_DATABASE_PASSWORD
            value: "postgres"
          - name: RUBYPITAYA_DATABASE_NAME
            value: "ruby_pitaya"
      imagePullSecrets:
      - name: gitlab-registry

Version data entries

67 entries across 63 versions & 1 rubygems

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