Skip to content

Commit

Permalink
Merge pull request #14 from ns1labs/fix/missing-image-names
Browse files Browse the repository at this point in the history
Add missing image names for Orb images to values.yaml
  • Loading branch information
sleonard-NS1 authored Apr 21, 2022
2 parents 468e1b6 + 12cea90 commit b97f0f0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions charts/orb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ users:
annotations: { }

fleet:
image: { }
image:
name: "orb-fleet"
dbPort: 5432
dbHost: "" # Set this field with host if you want to point to external database such as RDS
dbSSL: "disable"
Expand All @@ -84,7 +85,8 @@ fleet:
annotations: { }

policies:
image: { }
image:
name: "orb-policies"
dbPort: 5432
dbHost: "" # Set this field with host if you want to point to external database such as RDS
dbSSL: "disable"
Expand All @@ -96,7 +98,8 @@ policies:
annotations: { }

sinks:
image: { }
image:
name: "orb-sinks"
dbPort: 5432
dbHost: "" # Set this field with host if you want to point to external database such as RDS
dbSSL: "disable"
Expand All @@ -108,7 +111,8 @@ sinks:
annotations: { }

sinker:
image: { }
image:
name: "orb-sinker"
httpPort: 8201
redisESPort: 6379
redisESHost: "" # Set this field with host if you want to point to external database such as Elasticache
Expand Down

0 comments on commit b97f0f0

Please sign in to comment.