Files
architector/deployment/values.yaml
T

25 lines
512 B
YAML

global:
version: 0.1
name: architector
namespace: media
datasource:
url: jdbc:postgresql://postgres-postgresql:5432/architect
login: architector
pass: kayash73
back:
replicaCount: 1
podAnnotations:
nameOverride: ""
image: kayashov/architector
port: 8080
targetPort: 8080
front:
replicaCount: 1
image: kayashov/my-bar-front:3.0.0
buildPath: /md0/services/architector/build
portType: NodePort
port: 82
targetPort: 80
externalPort: 30017