Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dkeightley committed Oct 1, 2024
1 parent 8832af3 commit 0d7e1eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion instructors/lab-deployments/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
selector:
app: lab-a
---
Expand All @@ -23,6 +24,7 @@ spec:
type: ClusterIP
ports:
- port: 80
targetPort: 5678
selector:
app: lab-b
---
Expand All @@ -36,6 +38,6 @@ metadata:
spec:
type: ClusterIP
ports:
- port: 443
- port: 8080
selector:
app: lab-c
4 changes: 2 additions & 2 deletions instructors/pre-work/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module "rancher_rke2_cluster" {
spec:
branch: advanced
correctDrift:
enabled: true
enabled: false
paths:
- instructors/lab-deployments
repo: https://github.com/rancherlabs/cfl-summit-lab
Expand All @@ -105,7 +105,7 @@ module "rancher_rke2_cluster" {
spec:
branch: advanced
correctDrift:
enabled: true
enabled: false
paths:
- instructors/lab-deployments-chaos
paused: true
Expand Down

0 comments on commit 0d7e1eb

Please sign in to comment.