forked from bcgov/NotifyBC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9cb8fd
commit 17f235f
Showing
16 changed files
with
75 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: mongodb | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 10.7.1 | ||
version: 14.3.2 | ||
- name: redis | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 14.7.2 | ||
digest: sha256:19781f1c97b7baf124418df0c55387c2872b7d8fbd7566bfd38d483ff4d41aec | ||
generated: "2021-07-17T14:40:55.426466-07:00" | ||
version: 16.13.2 | ||
digest: sha256:e3cb6ade019f5169d547ac65001758b57bebf2beb6d8e47c4053f4d2e5a6ba06 | ||
generated: "2023-12-12T09:45:47.7723153-08:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# ImageStream api-run | ||
apiVersion: image.openshift.io/v1 | ||
kind: ImageStream | ||
metadata: | ||
annotations: | ||
description: Image for the notify application | ||
labels: | ||
role: app | ||
name: notify-bc | ||
|
||
--- | ||
# BuildConfig api-run | ||
apiVersion: build.openshift.io/v1 | ||
kind: BuildConfig | ||
metadata: | ||
annotations: | ||
description: Image Build for notify bc application | ||
labels: | ||
role: app | ||
name: notify-bc | ||
spec: | ||
failedBuildsHistoryLimit: 1 | ||
successfulBuildsHistoryLimit: 2 | ||
strategy: | ||
dockerStrategy: | ||
from: | ||
kind: DockerImage | ||
name: node:20.9.0-slim | ||
incremental: false | ||
type: Docker | ||
source: | ||
contextDir: ./ | ||
git: | ||
ref: main | ||
uri: https://github.com/bcgov/NotifyBC.git | ||
type: Git | ||
output: | ||
to: | ||
kind: ImageStreamTag | ||
name: notify-bc:latest | ||
resources: | ||
limits: | ||
cpu: "2" | ||
memory: 2Gi | ||
requests: | ||
cpu: "1.5" | ||
memory: 1.5Gi | ||
runPolicy: Serial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,3 @@ | ||
service: | ||
smtp: | ||
type: ClusterIP | ||
mongodb: | ||
podSecurityContext: | ||
enabled: false | ||
containerSecurityContext: | ||
enabled: true | ||
runAsUser: 1004000000 | ||
runAsNonRoot: true | ||
arbiter: | ||
podSecurityContext: | ||
enabled: false | ||
containerSecurityContext: | ||
enabled: true | ||
runAsUser: 1004000000 | ||
runAsNonRoot: true | ||
redis: | ||
master: | ||
podSecurityContext: | ||
enabled: false | ||
containerSecurityContext: | ||
enabled: true | ||
runAsUser: 1004000000 | ||
replica: | ||
podSecurityContext: | ||
enabled: false | ||
containerSecurityContext: | ||
enabled: true | ||
runAsUser: 1004000000 | ||
sentinel: | ||
podSecurityContext: | ||
enabled: false | ||
containerSecurityContext: | ||
enabled: true | ||
runAsUser: 1004000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ spec: | |
kind: Service | ||
name: {{ $fullName }} | ||
{{- end }} | ||
{{- end }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters