Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap MicroK8s for K3s #22

Merged
merged 1 commit into from
Mar 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A virtual appliance for building cyber labs, challenges and competitions

Foundry Appliance is a virtual machine that integrates cyber workforce development apps from the [Software Engineering Institute](https://www.sei.cmu.edu) at [Carnegie Mellon University](https://www.cmu.edu).

This project builds the virtual appliance using Ubuntu and [Microk8s](https://microk8s.io/)—a development Kubernetes environment. Pre-built OVA images are also available under [Releases](https://github.com/cmu-sei/foundry-appliance/releases).
This project builds the virtual appliance using Ubuntu and [K3s](https://k3s.io/)—a lightweight Kubernetes environment. Pre-built OVA images are also available under [Releases](https://github.com/cmu-sei/foundry-appliance/releases).

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion foundry/code-server.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ persistence:
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
storageClass: microk8s-hostpath
storageClass: local-path
##
## If you want to reuse an existing claim, you can pass the name of the PVC using
## the existingClaim variable
Expand Down
2 changes: 1 addition & 1 deletion foundry/gameboard.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gameboard-api:
existing: ""
size: "1Gi"
mode: ReadWriteOnce
class: microk8s-hostpath
class: local-path

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down
2 changes: 1 addition & 1 deletion foundry/gitea.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ persistence:
size: 1Gi
accessModes:
- ReadWriteOnce
storageClass: microk8s-hostpath
storageClass: local-path

gitea:
admin:
Expand Down
2 changes: 1 addition & 1 deletion foundry/identity.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ identity-api:
existing: ""
size: "1Gi"
mode: ReadWriteOnce
class: microk8s-hostpath
class: local-path

# Config app settings with environment vars.
# Those most likely needing values are listed. For others,
Expand Down
2 changes: 0 additions & 2 deletions foundry/ingress-hsts-disable.yaml

This file was deleted.

Loading