Skip to content

Commit

Permalink
Merge branch 'main' of github.com:redhat-developer-demos/rps-game-man…
Browse files Browse the repository at this point in the history
…ifests
  • Loading branch information
evanshortiss committed Oct 13, 2023
2 parents b588896 + 6c8ee26 commit e41aac0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploy the game. You also need the `oc` CLI installed on your machine._

## Deploy the DataScience Project

Being by installing the Red Hat OpenShift DataScience operator via OperatorHub
Begin by installing the Red Hat OpenShift DataScience operator via OperatorHub
in the OpenShift Web Console:

<div align="center">
Expand Down
3 changes: 2 additions & 1 deletion ai/kustomize/bases/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ spec:
spec:
containers:
- name: ai-service
image: quay.io/rhdevelopers/roshambo-ai:1.0.0
image: quay.io/rhdevelopers/roshambo-ai:latest
imagePullPolicy: Always
ports:
- containerPort: 8080
envFrom:
Expand Down
4 changes: 2 additions & 2 deletions helm/values.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ backend:
# Change this to latest-camera to enable the camera feature flag.
# Alternatively, set ROSHAMBO_ENABLE_CAMERA=true in the environment
# for the backend deployment while still using the latest tag.
image: quay.io/rhdevelopers/roshambo-backend:latest
image: quay.io/rhdevelopers/roshambo-backend:latest-camera
# Do not change. Backend is not designed to scale horizontally.
replicas: 1
resources:
Expand All @@ -22,4 +22,4 @@ frontend:
cpu: "500m"
limits:
memory: "512Mi"
cpu: "1"
cpu: "1"

0 comments on commit e41aac0

Please sign in to comment.