mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-09-16 16:50:41 +01:00
v2.1.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"name": "scim-bridge",
|
||||
"image": "1password/scim:v2.0.2",
|
||||
"image": "1password/scim:v2.1.0",
|
||||
"cpu": 128,
|
||||
"memory": 512,
|
||||
"essential": true,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "2.2"
|
||||
services:
|
||||
scim:
|
||||
image: 1password/scim:v2.0.2
|
||||
image: 1password/scim:v2.1.0
|
||||
ports:
|
||||
- "3002:3002"
|
||||
- "80:8080"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
scim:
|
||||
image: 1password/scim:v2.0.2
|
||||
image: 1password/scim:v2.1.0
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
@@ -18,6 +18,7 @@ services:
|
||||
gid: "999"
|
||||
mode: 0440
|
||||
env_file: scim.env
|
||||
depends_on: [ 'redis' ]
|
||||
redis:
|
||||
image: redis:latest
|
||||
deploy:
|
||||
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: op-scim-bridge
|
||||
image: 1password/scim:v2.0.2
|
||||
image: 1password/scim:v2.1.0
|
||||
ports:
|
||||
- containerPort: 3002
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user