16 lines
258 B
YAML
16 lines
258 B
YAML
# 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: {}
|