入口未提供IP

时间:2019-02-28 16:55:04

标签: api-platform.com

因此,我试图将我的应用程序发布到kubernetes(在数字海洋上),但在掌舵安装ingress is not giving an ip之后

现在,我唯一不喜欢本教程的人是更改值文件中的某些值(以中断舵调用)

# Default values for api.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

name: larping
namespace: larping
env: prod
debug: '0'
secret: ChangeMe
corsAllowOrigin: ^https?://[a-z\]*\.mywebsite.com$

php:
  repository: docker.io/conduction/php
  tag: latest
  pullPolicy: Always
  replicaCount: 1

nginx:
  repository: docker.io/conduction/nginx
  tag: latest
  pullPolicy: Always
  replicaCount: 1

varnish:
  enabled: false
  url: https://myvarnish.com
  repository: docker.io/conduction/varnish
  tag: latest
  pullPolicy: Always
  replicaCount: 1

ingress:
  annotations:
  tls:

postgresql:
  enabled: false
  url: pgsql://username:password@host/database?serverVersion=9.6
  persistence:
    enabled: true

resources: {}

asdasd

0 个答案:

没有答案