build site
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@@ -26,8 +26,8 @@
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta property="og:image" content="http://localhost:1313/https://img.zhaohuabing.com/post-bg-2015.jpg">
|
||||
<meta property="twitter:image" content="http://localhost:1313/https://img.zhaohuabing.com/post-bg-2015.jpg" />
|
||||
<meta property="og:image" content="https://davidpaulyoung.com/https://img.zhaohuabing.com/post-bg-2015.jpg">
|
||||
<meta property="twitter:image" content="https://davidpaulyoung.com/https://img.zhaohuabing.com/post-bg-2015.jpg" />
|
||||
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<meta property="twitter:description" content="我们知道,kubernetes的Cluster Network属于私有网络,只能在cluster Network内部才能访问部署的应用,那如何才能将Kubernetes集群中的应用暴露到外部网络,为外部用户提供服务呢?本文探讨了从外部网络访问kubernetes cluster中应用的几种实现方式。" />
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/2017/11/28/access-application-from-outside/" />
|
||||
<meta property="og:url" content="https://davidpaulyoung.com/2017/11/28/access-application-from-outside/" />
|
||||
|
||||
|
||||
<meta property="twitter:card" content="summary" />
|
||||
@@ -532,7 +532,7 @@ spec:
|
||||
<div class="zs-modal-box">
|
||||
<div class="zs-modal-head">
|
||||
<button type="button" class="close">×</button>
|
||||
<span class="author"><a href="http://localhost:1313/"><img src="/img/favicon.png" />David Young</a></span>
|
||||
<span class="author"><a href="https://davidpaulyoung.com/"><img src="/img/favicon.png" />David Young</a></span>
|
||||
|
||||
<p class="tip"><i></i><span>真诚赞赏,手留余香</span></p>
|
||||
|
||||
@@ -594,7 +594,7 @@ spec:
|
||||
<script>
|
||||
Artalk.init({
|
||||
el: '#Comments',
|
||||
pageKey: 'http:\/\/localhost:1313\/2017\/11\/28\/access-application-from-outside\/',
|
||||
pageKey: 'https:\/\/davidpaulyoung.com\/2017\/11\/28\/access-application-from-outside\/',
|
||||
pageTitle: '如何从外部访问Kubernetes集群中的应用?',
|
||||
server: 'https:\/\/xxx.xxx.com',
|
||||
site: 'xxx blog',
|
||||
|
||||
Reference in New Issue
Block a user