ADD: add a simple working version of a pod controler class

This commit is contained in:
Henry Winkel
2023-08-07 17:31:23 +02:00
parent ca1e714c51
commit bc6617e100
15 changed files with 731 additions and 13 deletions

14
config/pods_default.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Pod
metadata:
name: debug-debian
labels:
app.kubernetes.io/name: plaindebian
spec:
containers:
- name: debug-debian-container
image: kmaster.ti.unibw-hamburg.de:30808/debugdebianhenry:0.1.2
env:
- name: OWN_SHIP_SERVER
value: "127.0.0.1"
restartPolicy: Never