deploy uptrace
This commit is contained in:
parent
b83d34cfd7
commit
58afac8a88
14 changed files with 741 additions and 0 deletions
32
uptrace/values.yaml
Normal file
32
uptrace/values.yaml
Normal file
|
@ -0,0 +1,32 @@
|
|||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: uptrace/uptrace-dev
|
||||
pullPolicy: Always
|
||||
tag: latest
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
serviceAccount:
|
||||
create: false
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
kubernetes.io/tls-acme: "true"
|
||||
hosts:
|
||||
- host: trace.poire.dev
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- secretName: poire.dev-wildcard-tls
|
||||
hosts:
|
||||
- trace.poire.dev
|
Loading…
Add table
Add a link
Reference in a new issue