Sha256: 60a61c07430da9df365144b8607af860f7918ef2cff435c65142b0083f955bb4

Contents?: true

Size: 1.34 KB

Versions: 30

Compression:

Stored size: 1.34 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: git.topfreegames.com:4567/prestes/tech-prototype/rubypitaya:latest
        command: ["bundle", "exec", "rubypitaya", "run"]
        ports:
        - containerPort: 4567
          name: rubypitaya
        env:
          - name: SERVER_NAME
            value: "rubypitaya"
          - name: RUBYPITAYA_ENV
            value: "production"
          - name: NATS_URL
            value: "nats://nats.default.svc.cluster.local:4222"
          - name: ETCD_URL
            value: "http://etcd.default.svc.cluster.local:2379"
          - name: ETCD_PREFIX
            value: "rubypitaya/"
          - name: ETCD_LEASE_SECONDS
            value: "60"
          - name: REDIS_URL
            value: "redis://redis.default.svc.cluster.local:6379"
          - name: DATABASE_HOST
            value: "postgres.default.svc.cluster.local"
          - name: DATABASE_USER
            value: "postgres"
          - name: DATABASE_PASSWORD
            value: "postgres"
          - name: DATABASE_NAME
            value: "ruby_pitaya"
      imagePullSecrets:
      - name: gitlab-registry

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
rubypitaya-2.7.5 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.7.4 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.7.3 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.7.1 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.7.0 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.6.4 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.6.3 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.6.2 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.6.1 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.6.0 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.5.1 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.5.0 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.4.4 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.4.3 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.4.2 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.4.1 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.4.0 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.3.2 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.3.1 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml
rubypitaya-2.3.0 ./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml