Testing
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m50s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m50s
This commit is contained in:
@@ -3,6 +3,7 @@ apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: blog-pod
|
||||
namespace: blog
|
||||
spec:
|
||||
containers:
|
||||
- name: blog-container
|
||||
@@ -15,6 +16,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: blog-service
|
||||
namespace: blog
|
||||
spec:
|
||||
selector:
|
||||
app: blog-pod
|
||||
@@ -29,6 +31,7 @@ apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: blog-ingressroute
|
||||
namespace: blog
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
|
||||
Reference in New Issue
Block a user