mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-15 17:15:14 +01:00
fmt
This commit is contained in:
parent
6382a1be1e
commit
fe10875296
2 changed files with 10 additions and 10 deletions
|
|
@ -6,11 +6,11 @@ metadata:
|
||||||
name: ubuntu-debugger
|
name: ubuntu-debugger
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ubuntu-debugger
|
- name: ubuntu-debugger
|
||||||
image: docker.io/ubuntu:latest
|
image: docker.io/ubuntu:latest
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
command: [ "/bin/bash", "-c", "--" ]
|
command: ["/bin/bash", "-c", "--"]
|
||||||
args: [ "while true; do sleep 30; done;" ]
|
args: ["while true; do sleep 30; done;"]
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
- Install docker
|
- Install docker
|
||||||
- Install minikube (https://minikube.sigs.k8s.io/docs/start/)
|
- Install minikube (https://minikube.sigs.k8s.io/docs/start/)
|
||||||
- Install helm
|
- Install helm (https://helm.sh/docs/intro/install/)
|
||||||
- Run `setup-env.sh`
|
- Run `setup-env.sh`
|
||||||
|
|
||||||
## Start minikube
|
## Start minikube
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
## Install cert-manager
|
## Install cert-manager
|
||||||
|
|
||||||
`./scripts/cert-manager.sh`
|
`./scripts/cert-manager.sh`
|
||||||
|
i
|
||||||
## Apply configs
|
## Apply configs
|
||||||
|
|
||||||
First, apply all the configs in `./kube` directly. Only apply `server-ingress.yaml`, not `local-ingress.yaml`!
|
First, apply all the configs in `./kube` directly. Only apply `server-ingress.yaml`, not `local-ingress.yaml`!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue