Networking
Allow inbound communication when mTLS enabled
Edit .platform/kubernetes/base/application.yaml
to add/edit networking
section on PlatformApplication
Kind
spec:
networking:
inbound:
services:
- name: sample-domain-gateway
namespace: sample-domain-gateway
port: 8080
This networking spec allows inbound communication of sample-domain-gateway
service from sample-domain-gateway
namespace to current service on port 8080
.