Removed unused container-related boilerplate
This commit is contained in:
parent
410113f421
commit
3366dc57bc
2 changed files with 0 additions and 29 deletions
|
@ -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
|
|
@ -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: {}
|
Loading…
Reference in a new issue