The latest commit added the ghost-blog-service.yaml file, which includes the 'blog' namespace, and also support for both http and https ports and updated the configurations to include the namespace 'blog' across all the yaml files in the repository.

This commit is contained in:
gregory hendrickson
2023-01-26 01:11:43 -08:00
parent cfd4c4cbba
commit 3a00bf67a3
7 changed files with 87 additions and 72 deletions

View File

@@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: ghost-blog-service
namespace: blog
spec:
selector:
app: ghost-blog

View File

@@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: mysql-service
namespace: blog
spec:
selector:
app: mysql