15 lines
279 B
YAML
15 lines
279 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
app: frostbyte-pod
|
|
name: fbpod
|
|
spec:
|
|
containers:
|
|
- image: "."
|
|
# - image: localhost/fb-server:latest
|
|
name: frostbyte
|
|
ports:
|
|
- containerPort: 8080
|
|
hostPort: 8080
|
|
securityContext: {}
|