-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathradixconfig_playground.yaml
55 lines (54 loc) · 1.59 KB
/
radixconfig_playground.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# yaml-language-server: $schema=https://raw.githubusercontent.com/equinor/radix-operator/release/json-schema/radixapplication.json
apiVersion: radix.equinor.com/v1
kind: RadixApplication
metadata:
name: oneseismictest
spec:
build:
useBuildKit: true
environments:
- name: test
build:
from: radix_playground
components:
- name: server
dockerfileName: Dockerfile
runtime:
architecture: arm64
ports:
- name: http
port: 8080
- name: metrics
port: 8081
publicPort: http
monitoringConfig:
portName: metrics
identity:
azure:
clientId: fd162526-89a0-448a-979f-655c0717db52
environmentConfig:
- environment: test
variables:
ONESEISMIC_API_PORT: "8080"
ONESEISMIC_API_CACHE_SIZE: "0" # MB
ONESEISMIC_API_METRICS: "true"
ONESEISMIC_API_METRICS_PORT: "8081"
ONESEISMIC_API_TRUSTED_PROXIES: ""
ONESEISMIC_API_BLOCKED_IPS: ""
ONESEISMIC_API_BLOCKED_USER_AGENTS: ""
OPENVDS_AZURE_IOMANAGER_THREAD_COUNT: ""
secretRefs:
azureKeyVaults:
- name: S067-RadixKeyvault
useAzureIdentity: true
items:
- name: playground-test-allowlist
envVar: ONESEISMIC_API_STORAGE_ACCOUNTS
monitoring: true
resources:
requests:
memory: "8192Mi"
cpu: "2000m"
horizontalScaling:
minReplicas: 1
maxReplicas: 1