Removed unused container-related boilerplate

This commit is contained in:
Imbus 2023-11-05 20:22:40 +01:00
parent 410113f421
commit 3366dc57bc
2 changed files with 0 additions and 29 deletions

View file

@ -1,13 +0,0 @@
version: '3.3'
services:
frostbyte:
container_name: frostbyte
build:
dockerfile: Containerfile
ports:
- '8080:8080'
restart: always
logging:
options:
max-size: 10m
image: frostbyte

View file

@ -1,16 +0,0 @@
# This is not working
apiVersion: v1
kind: Pod
metadata:
labels:
app: frostbyte-pod
name: fbpod
spec:
containers:
- image: "."
name: frostbyte
ports:
- containerPort: 8080
hostPort: 8080
securityContext: {}