Sha256: 5e59849b477d76db413b9c3c48b66d59fe56b7f8dc1aa4beba728729bbff7d0e

Contents?: true

Size: 639 Bytes

Versions: 4

Compression:

Stored size: 639 Bytes

Contents

app: [app-name]
namespace: [kubernetes-namespace]

connector:
  image:
    repository: registry.gitlab.com/lucianopc/pitaya-connector
    tag: 0.2.0

rubypitaya:
  server:
    environment: production
  image:
    repository: [metagame-repository-link]
    tag: latest

database:
  name: [database-name]
  host: [database-host]
  user: [database-user]
  port: [database-port]
  password: [database-password]

http:
  auth:
    user: 'user'
    pass: 'pass'
    enabled: 'false'

gameserver:
  image:
    repository: [gameserver-repository-link]
    tag: latest
  port:
    first: 5000
    last: 5099
  servicehost: [gameserver-service-url]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubypitaya-2.24.0 ./lib/rubypitaya/app-template/helm/values.yaml
rubypitaya-2.23.0 ./lib/rubypitaya/app-template/helm/values.yaml
rubypitaya-2.22.0 ./lib/rubypitaya/app-template/helm/values.yaml
rubypitaya-2.21.0 ./lib/rubypitaya/app-template/helm/values.yaml