ID Localization for Dual-stack IPv4/IPv6 #1.

ID Localization for Dual Stack IPv4/IPv6 #2.

Fixed "anda" to "kamu".

Adding "service" glossary.

Fixed Hugo Build problem due to Glossary formatting.

Fixed Typos and Glossary.

Fixed Hugo Build problem.

Fixing some translation words.

Fixing bullet formatting.

small change to re-initiate build.

Fixed broken translation and word consistency.

Fixed typo.

Remove unnecessary file.
This commit is contained in:
Aris Cahyadi Risdianto
2020-04-05 18:30:19 +08:00
committed by bryan
parent 26714c3875
commit d4facb8516
5 changed files with 198 additions and 0 deletions
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: my-service
spec:
selector:
app: MyApp
ports:
- protocol: TCP
port: 80
targetPort: 9376
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: my-service
spec:
ipFamily: IPv4
selector:
app: MyApp
ports:
- protocol: TCP
port: 80
targetPort: 9376
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: my-service
spec:
ipFamily: IPv6
selector:
app: MyApp
ports:
- protocol: TCP
port: 80
targetPort: 9376