-
Notifications
You must be signed in to change notification settings - Fork 142
/
Copy pathaca-op-scim-bridge.yaml
42 lines (42 loc) · 1.03 KB
/
aca-op-scim-bridge.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
type: Microsoft.App/containerApps
name: op-scim-bridge-con-app
tags:
purpose: "1Password SCIM Bridge"
properties:
configuration:
activeRevisionsMode: Single
ingress:
external: true
allowInsecure: false
targetPort: 3002
traffic:
- latestRevision: true
weight: 100
transport: Auto
template:
containers:
- image: docker.io/1password/scim:v2.9.9
name: op-scim-bridge
volumeMounts:
- mountPath: "/home/opuser/.op"
volumeName: credentials
resources:
cpu: 0.25
memory: 0.5Gi
- image: docker.io/redis
name: op-scim-redis
env:
- name: REDIS_ARGS
value: "--maxmemory 256mb --maxmemory-policy volatile-lru --save''"
resources:
cpu: 0.25
memory: 0.5Gi
scale:
minReplicas: 1
maxReplicas: 1
volumes:
- name: credentials
storageType: Secret
secrets:
- secretRef: scimsession
path: scimsession