Sha256: 5d6a5a91c371d10521747d6b5e22741ed30d79830ad477447859256422ea34ba

Contents?: true

Size: 446 Bytes

Versions: 7

Compression:

Stored size: 446 Bytes

Contents

apiVersion: v1
kind: ConfigMap
metadata:
  name: nginx-config
data:
  nginx.conf: "events {\n    worker_connections  1024;\n}\n\nstream {\n    server
    {\n        listen  {{ .Values.gameserver.port.first }}-{{ .Values.gameserver.port.last }};\n        \n        resolver kube-dns.kube-system.svc.cluster.local
    valid=5s;\n\n        proxy_pass  gameserver-$server_port.{{ .Values.namespace }}.svc.cluster.local:$server_port;\n
    \   }\n}\n"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubypitaya-2.24.0 ./lib/rubypitaya/app-template/helm/templates/config-maps/nginx-config.yaml
rubypitaya-2.23.0 ./lib/rubypitaya/app-template/helm/templates/config-maps/nginx-config.yaml
rubypitaya-2.22.0 ./lib/rubypitaya/app-template/helm/templates/config-maps/nginx-config.yaml
rubypitaya-2.21.0 ./lib/rubypitaya/app-template/helm/templates/config-maps/nginx-config.yaml
rubypitaya-2.20.0 ./lib/rubypitaya/app-template/helm/templates/config-maps/nginx-config.yaml
rubypitaya-2.19.1 ./lib/rubypitaya/app-template/helm/templates/config-maps/nginx-config.yaml
rubypitaya-2.19.0 ./lib/rubypitaya/app-template/helm/templates/config-maps/nginx-config.yaml